openg
v2.1.1
Published
open Github repo pages for npm modules in your browser
Downloads
24
Maintainers
Readme
openg
open Github repo pages for npm modules in your browser
Install
npm install --save opengUsage
const openg = require('openg');
openg('hackathons');
//=> returns a promise that opens the github repo page for the current directory in browser
openg(express);
//=> returns a promise that opens the github repo page for express in browser
openg([inf, sist, openg]);
//=> returns a promise that opens the github repo pages for inf, sist, and openg in browserAPI
openg(target)
target
Type: string | array
returns
Type: promise
License
MIT © Dawson Botsford
