sindresorhus / first-runLinks
Check if it's the first time the process is run
☆81Updated last month
Alternatives and similar repositories for first-run
Users that are interested in first-run are comparing it to the libraries listed below
Sorting:
- Measure the time a promise takes to resolve☆71Updated 2 years ago
- Lazy number range generator☆82Updated last year
- Run the Node.js binary no matter what☆139Updated last month
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Simplified high resolution timing☆84Updated last year
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆143Updated 2 months ago
- Block users from running your app with root permissions☆99Updated 2 years ago
- Clear the terminal cross-platform☆44Updated 4 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated last year
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Reliably get the terminal window size☆144Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆82Updated last month
- Parse text columns, like the output of unix commands☆83Updated 2 months ago
- Get the command history of the user's shell☆85Updated last week
- Replace all substring matches in a string☆89Updated 4 years ago
- Conditional promise chains☆63Updated 4 years ago
- Exit the process when the `esc` key is pressed☆57Updated last year
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆56Updated 3 years ago
- Lock your system☆81Updated 4 years ago
- Check if a Mac camera is on☆97Updated last month
- Rename a function☆47Updated 2 years ago
- Hook and modify stdout and stderr☆56Updated 2 months ago
- Find out if a computer is charging☆76Updated 7 years ago
- Get namespaced config from the closest package.json☆120Updated 2 years ago
- Ensure a function is only called once☆163Updated 2 years ago
- Truncate a string to a specific width in the terminal☆87Updated 2 weeks ago
- Extract the actual stack of an error☆67Updated 3 years ago
- Returns an array filled with the specified input☆43Updated 3 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆57Updated last year
- Round a number to a specific number of decimal places: 1.234 → 1.2☆160Updated last month