openg-cli

1.1.1 • Public • Published

openg-cli

npm version Build Status npm download count XO code style

cli to open Github repos for npm modules in-browser


CLI

Install

$ npm install -g openg

Usage

$ openg
# opens the github repo page for the current directory in browser 
 
$ openg chalk
# opens the github repo page for chalk in browser 
 
$ openg inf sist openg --issues
# opens the github issues pages for inf, sist, and openg in browser 

More help

$ openg --help
  Usage
    $ openg [<options>]
 
    $ openg <module name(s)> [<options>]
 
  Options
    -i, --issues  Open the issue page for specified modules
    -d, --dryRun  List what links would be opened instead of opening
 
  Examples
    $ openg
    # opens the github repo page for the current directory in browser 
 
    $ openg express
    # opens the github repo page for express in browser 
 
    $ openg inf sist openg --issues
    #  opens the github issues pages for inf, sist, and openg in browser`, 

FAQ


Related


License

MIT © Dawson Botsford


If you like this, star it. If you want to follow me, follow me.

Dependencies (3)

Dev Dependencies (3)

Package Sidebar

Install

npm i openg-cli

Weekly Downloads

3

Version

1.1.1

License

MIT

Last publish

Collaborators

  • dawsonbotsford