sindresorhus / npm-name
Check whether a package or organization name is available on npm
☆169Updated last year
Alternatives and similar repositories for npm-name:
Users that are interested in npm-name are comparing it to the libraries listed below
- Check if argv has a specific flag☆94Updated 3 years ago
- Open the GitHub page of the given or current directory repo☆191Updated 8 months ago
- Open the npm page, Yarn page, or GitHub repo of a package☆198Updated 7 months ago
- Check whether a package or organization name is available on npm☆287Updated last year
- Check whether a string has any emoji☆106Updated last year
- Truncate a string to a specific width in the terminal☆87Updated last year
- Import all modules in a directory☆138Updated 2 years ago
- Check when the DOM has loaded like `DOMContentLoaded`☆109Updated 7 months ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆140Updated 2 years ago
- Generate a URL for opening a new GitHub release with prefilled tag, body, and other fields☆121Updated last year
- Move a file - Even works across devices☆198Updated last year
- Convert an object of time properties to milliseconds: `{seconds: 2}` → `2000`☆160Updated 3 years ago
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- Copy a file☆121Updated last year
- Check if your package was installed globally☆70Updated last year
- Lazy number range generator☆81Updated last year
- Ensure a function is only called once☆162Updated last year
- Get all property keys of an object including non-enumerable and inherited ones☆108Updated 3 years ago
- Reliably get the terminal window size☆141Updated last year
- Humanize a URL: https://sindresorhus.com → sindresorhus.com☆248Updated 2 years ago
- Write a package.json file☆88Updated 7 months ago
- Show a message to your users to upgrade Node instead of a stacktrace☆241Updated last year
- Run the Node.js binary no matter what☆138Updated 4 years ago
- Find the root directory of a Node.js project or npm package☆240Updated last year
- Prints the current date and time as a UNIX timestamp or custom format☆46Updated 3 years ago
- Wordwrap a string with ANSI escape codes☆123Updated last year
- Wait for localhost to be ready☆275Updated 10 months ago
- Read a package.json file☆165Updated last year
- Check if a project is using Yarn☆66Updated 3 years ago
- Make directories and their parents if needed - Like `mkdir -p`, but cross-platform☆124Updated 10 months ago