All Projects → amio → Nls

amio / Nls

Missing inspector for npm packages.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nls

Npm Run All
A CLI tool to run multiple npm-scripts in parallel or sequential.
Stars: ✭ 4,496 (+10118.18%)
Mutual labels:  npm-scripts, cli, npm, npm-package
Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: ✭ 13 (-70.45%)
Mutual labels:  npm-scripts, cli, npm, npm-package
Np
A better `npm publish`
Stars: ✭ 6,401 (+14447.73%)
Mutual labels:  cli, npm, npm-package
Getme
CLI utility for everyday tasks. With getme you get weather, forecast, currency rate, upload files, IP address, word definitions, text translations, internet speed, do google searches, get inspirational quotes and get Chuck Norris jokes
Stars: ✭ 118 (+168.18%)
Mutual labels:  cli, npm, npm-package
Jsonexport
{} → 📄 it's easy to convert JSON to CSV
Stars: ✭ 208 (+372.73%)
Mutual labels:  cli, npm, npm-package
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (+206.82%)
Mutual labels:  cli, npm, npm-package
Cash Cli
💰💰 Convert currency rates directly from your terminal!
Stars: ✭ 168 (+281.82%)
Mutual labels:  cli, npm, npm-package
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+477.27%)
Mutual labels:  cli, npm, npm-package
Redrun
✨🐌 🐎✨ fastest npm scripts runner
Stars: ✭ 85 (+93.18%)
Mutual labels:  npm-scripts, cli, npm
Awesome Node Utils
some useful npm packages for nodejs itself
Stars: ✭ 51 (+15.91%)
Mutual labels:  npm-scripts, npm, npm-package
Nps
NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
Stars: ✭ 1,285 (+2820.45%)
Mutual labels:  npm-scripts, cli, npm
Cpx
A cli tool to watch and copy file globs.
Stars: ✭ 394 (+795.45%)
Mutual labels:  cli, npm, npm-package
Rando.js
The world's easiest, most powerful random function.
Stars: ✭ 659 (+1397.73%)
Mutual labels:  npm, npm-package
Better Npm Run
🏃‍♂️ Better NPM scripts runner
Stars: ✭ 635 (+1343.18%)
Mutual labels:  npm-scripts, npm
Structured Text Tools
A list of command line tools for manipulating structured text data
Stars: ✭ 6,180 (+13945.45%)
Mutual labels:  cli, list
Awesome Npm Scripts
Everything awesome related to npm scripts and using npm as a build tool.
Stars: ✭ 600 (+1263.64%)
Mutual labels:  list, npm
Mevn Cli
Light speed setup for MEVN(Mongo Express Vue Node) Apps
Stars: ✭ 696 (+1481.82%)
Mutual labels:  cli, npm-package
Catage
Node package and CLI tool to convert code into an image with syntax highlighting
Stars: ✭ 44 (+0%)
Mutual labels:  cli, npm
Ntl
Node Task List: Interactive cli to list and run package.json scripts
Stars: ✭ 800 (+1718.18%)
Mutual labels:  cli, npm
Github Spray
Draw on your GitHub contribution graph ░▒▓█
Stars: ✭ 908 (+1963.64%)
Mutual labels:  cli, npm-package

nls npm-version install size

Missing inspector for npm packages.

npm install -g nls

nls-screenshot

Usage

nls - Missing inspector for npm packages.

Usage

  $ nls                     List available npm scripts
  $ nls deps                List dependencies table (d for short)
  $ nls view [prop-path]    Extract info from package.json (v for short)
  $ nls read <package-name> Print readme file from a dependency (r for short)
  $ nls why <package-name>  Identify why a package has been installed (w for short)

Options

  -d, --dir       Target directory
  -h, --help      Output usage information
  -v, --version   Output the version number

Examples

  # List npm scripts in current dir
  $ nls

  # List who depend upon package 'chalk'
  $ nls why chalk

  # Print value of "engines.node" from package.json
  $ nls v engines.node

Related

  • yarn-why - Identifies why a package has been installed (with yarn.lock)
  • npm-why - Identifies why a package has been installed (with package-lock.json)

License

MIT @ Amio

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].