1.0.0 • Published 5 years ago

npm-registry-as-cli v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Npm-registry-as-cli

Get the JSON payload returned by the NPM registry for a given package.

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm install npm-registry-as-cli -g
# or
$ npx npm-registry-as-cli

Usage example

When installed globally the npmreg executable will be exposed in your terminal

$ npmreg httpie

for a given version of a package

$ npmreg httpie 1.1.2

License

MIT