An open API service indexing awesome lists of open source software.

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

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