open-on-npm: Open npm packages on your browser
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! Just being in the root directory of your project you can run open-on-npm, it will find the information from your package.json and then open it on your browser.
$ npm install open-on-npm
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
- openup: Open repositories from your terminal on your web browser.
| Carlos Abraham |
MIT License © Carlos Abraham