crepo
v0.2.3
Published
uses github api to create a repo from the command line.
Downloads
7
Maintainers
Readme
Usage:
$ crepo -n 'myCoolRepo' -d 'does cool stuff.' -p
clone: https://github.com/lineus/myCoolRepo.git
$
~/.env:
$ cat ~/.env
options = {
GHUSER: 'lineus',
GHTOKEN: 'this is not my token',
UA: 'lineus/node'
}
module.exports = options
$