pkg-open

Open npm package's github repository from cli. Inspired by `npm-repo` and `opn`.

Usage no npm install needed!

<script type="module">
  import pkgOpen from 'https://cdn.skypack.dev/pkg-open';
</script>

README

pkg-open NPM version Build Status Dependency Status

Open npm package's github repository from cli.
Inspired by npm-repo and Sindre's opn!

Install Nodei.co stats

Install with npm

$ npm install pkg-open -g

Examples

$ pkg-open mocha
# opens => https://github.com/mochajs/mocha

$ pkg-open co-body
# opens => https://github.com/tj/co-body

$ pkg-open bootstrap
# opens => https://github.com/twbs/bootstrap

$ pkg-open npmls
# opens => https://github.com/tunnckoCore/npmls

Authors & Contributors author tips

Charlike Mike Reagent

License MIT license

Copyright (c) 2014 Charlike Mike Reagent, contributors.
Released under the MIT license.