Skip to content

abranhe/open-on-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




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

$ 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 Logo
Carlos Abraham

License

MIT License © Carlos Abraham

About

Open npm packages on the npmjs.com registry

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published