sindresorhus / first-runLinks
Check if it's the first time the process is run
☆78Updated 3 years ago
Alternatives and similar repositories for first-run
Users that are interested in first-run are comparing it to the libraries listed below
Sorting:
- Run the Node.js binary no matter what☆138Updated 4 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Find multiple RegExp matches in a string☆92Updated 3 years ago
- Measure the time a promise takes to resolve☆70Updated last year
- Clear the terminal cross-platform☆44Updated 3 years ago
- Simplified high resolution timing☆81Updated 10 months ago
- Lazy number range generator☆81Updated last year
- Conditional promise chains☆61Updated 4 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 3 years ago
- Get the latest version of an npm package☆53Updated last year
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Reliably get the terminal window size☆142Updated last year
- Block users from running your app with root permissions☆98Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Exit the process when the `esc` key is pressed☆56Updated last year
- Rename a function☆46Updated last year
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆84Updated 11 months ago
- Truncate a URL to a specific length☆61Updated 4 years ago
- Returns an array filled with the specified input☆42Updated 3 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆55Updated 9 months ago
- Create a lazily evaluated value☆70Updated 4 years ago
- Parse text columns, like the output of unix commands☆82Updated 3 years ago
- Convenience wrapper for Got to interact with the GitHub API☆176Updated 2 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 4 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Get namespaced config from the closest package.json☆121Updated last year
- Replace all substring matches in a string☆88Updated 3 years ago
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 years ago
- Extract the actual stack of an error☆66Updated 3 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 3 years ago