sindresorhus / onetimeLinks
Ensure a function is only called once
☆162Updated last year
Alternatives and similar repositories for onetime
Users that are interested in onetime are comparing it to the libraries listed below
Sorting:
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 3 years ago
- Reliably get the terminal window size☆144Updated last year
- Lazy number range generator☆81Updated last year
- Truncate a string to a specific width in the terminal☆87Updated last week
- Measure the time a promise takes to resolve☆70Updated last year
- Check if it's the first time the process is run☆78Updated 3 years ago
- Exit the process when the `esc` key is pressed☆56Updated last year
- Check if argv has a specific flag☆93Updated 4 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆158Updated 2 weeks ago
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Run the Node.js binary no matter what☆138Updated 4 years ago
- Conditional promise chains☆62Updated 4 years ago
- Check whether a package or organization name is available on npm☆171Updated last year
- Copy a file☆121Updated 3 weeks ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆55Updated 10 months ago
- Hook and modify stdout and stderr☆54Updated 3 years ago
- Boxes for use in the terminal☆102Updated last year
- Clean up regular expressions☆62Updated last year
- Create a lazily evaluated value☆69Updated 4 years ago
- Get all property keys of an object including non-enumerable and inherited ones☆108Updated 4 years ago
- Simplified high resolution timing☆82Updated 11 months ago
- Block users from running your app with root permissions☆98Updated 2 years ago
- Check if a namespace on npm is being hogged☆74Updated 5 years ago
- Embed data in other data and easily extract it when needed☆73Updated 4 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- Filter object keys and values into a new object☆104Updated last year
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 years ago
- Get a random temporary file path☆80Updated 2 years ago
- Replace all substring matches in a string☆88Updated 4 years ago
- Indent each line in a string☆113Updated 3 years ago