sindresorhus / npm-name-cliLinks
Check whether a package or organization name is available on npm
☆287Updated last year
Alternatives and similar repositories for npm-name-cli
Users that are interested in npm-name-cli are comparing it to the libraries listed below
Sorting:
- Check whether a package or organization name is available on npm☆171Updated last year
- Open the GitHub page of the given or current directory repo☆191Updated last year
- Open the npm page, Yarn page, or GitHub repo of a package☆199Updated last year
- Get your public IP address☆239Updated last year
- Convenience wrapper for Got to interact with the GitHub API☆176Updated 2 years ago
- Humanize a URL: https://sindresorhus.com → sindresorhus.com☆248Updated 3 years ago
- Clean up error stack traces☆341Updated 2 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 3 years ago
- Import all modules in a directory☆137Updated 2 years ago
- Parse yes/no like values☆270Updated 3 weeks ago
- Read and parse a JSON file☆245Updated 2 years ago
- Get stdin as a string or buffer☆340Updated last year
- The https://npms.io API☆191Updated last year
- Randomize the order of items in an array☆106Updated 3 years ago
- Check if it's the first time the process is run☆78Updated 3 years ago
- Run the Node.js binary no matter what☆138Updated 4 years ago
- Wait for localhost to be ready☆275Updated last year
- Reverse minimist. Convert an object of options into an array of command-line arguments☆184Updated 2 years ago
- Map of nouns to their irregular plural form☆89Updated last year
- Move a file - Even works across devices☆202Updated last year
- Show a message to your users to upgrade Node instead of a stacktrace☆241Updated 2 years ago
- Reliably get the terminal window size☆144Updated last year
- Round a number to a specific number of decimal places: 1.234 → 1.2☆158Updated 2 weeks ago
- Simple micro templating☆365Updated 2 years ago
- Make a directory and its parents if needed - Think `mkdir -p`