1.0.2 • Published 7 years ago
open-on-npm v1.0.2
Sometimes you want to open an npm packages on the registry after published, or at any time. This pretty 🖖 simple cli tool will help you with that!
See
Install
$ npm install open-on-npm
CLI
Open npm packages on the npmjs.com registry
Usage
$ open-on-npm [package-name/null]
Options
-f, --feedback Send a feedback
-h, --help Show help message and close
-v, --version View package Version
--force Open the package url even if it is not published
Examples
$ open-on-npm non-published-packge
The packge 'non-published-package' is not published. Try --force!
$ open-on-npm non-published-packge --force
$ open-on-npm
Related
- openup: Open repositories from your terminal on your web browser.
Team
Carlos Abraham |
License
MIT License © Carlos Abraham