gh-commit
Fastest way of committing new files to Github
Installation
npm install gh-commit --save
Usage
const git = ; gitconfigrepo = author: 'github username or organization name' name: 'name-of-repository'; gitconfigauth = username: 'github username' password: 'github password or access token' git ;
License
MIT © Daniel Eckermann