gigabo / openg

Open Github pages for npm modules in-browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openg

Build Status XO code style

open Github repo pages for npm modules in-browser


demo gif


CLI

Install

$ npm install -g openg-cli

If you'd rather have the API, click here


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 all in browser

More help

$ openg --help

  Usage
    $ openg [<options>]

    $ openg <module name(s)> [<options>]

  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

How is this different than npm repo?

npm repo is an npm builtin which provides similar functionality to openg. Here are the differences (growing list):

  • openg supports multiple module openings, npm repo supports only one at a time.
  • opts object allows you to open the issues page(s)

Contribute

npm run install

Since this is a lerna project, both openg-cli and openg are contained within the packages/ folder.


Related


License

MIT © Dawson Botsford


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

About

Open Github pages for npm modules in-browser


Languages

Language:JavaScript 100.0%