https://github.com/abranhe/open-on-npm
Open npm packages on the npmjs.com registry
https://github.com/abranhe/open-on-npm
npm npm-package open open-npm open-on-npm
Last synced: 11 months ago
JSON representation
Open npm packages on the npmjs.com registry
- Host: GitHub
- URL: https://github.com/abranhe/open-on-npm
- Owner: abranhe
- License: mit
- Created: 2018-11-03T05:28:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T04:09:18.000Z (over 7 years ago)
- Last Synced: 2024-09-23T03:51:42.872Z (almost 2 years ago)
- Topics: npm, npm-package, open, open-npm, open-on-npm
- Language: JavaScript
- Homepage: https://projects.abranhe.com/open-on-npm
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
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.
## See
- [Install](#install)
- [CLI](#cli)
- [Related](#related)
- [Team](#team)
- [License](#license)
## 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][openup]: Open repositories from your terminal on your web browser.
## Team
|[![Carlos Abraham Logo][abranhe-img]][abranhe]|
| :-: |
| [Carlos Abraham][abranhe] |
## License
[MIT][license] License © [Carlos Abraham][abranhe]
[abranhe]: https://github.com/abranhe
[abranhe-img]: https://avatars3.githubusercontent.com/u/21347264?s=50
[license]: https://github.com/abranhe/open-on-npm/blob/master/license
[openup]: https://github.com/abranhe/openup