create remote github repository, using node
$ npm install --save git-remote-create
var gitRemoteCreate = require('git-remote-create');
gitRemoteCreate([token],[reponame], cb);
$ npm install --global git-remote-create
$ git-remote-create --t {token} --r "sample"
# => this will create repo with name sample
npm test
For bugs and feature requests, please create an issue.
MIT © Yashprit