do first git commit
$ npm install --save git-first-commit
var gitFirstCommit = require('git-first-commit');
gitFirstCommit("intial commit", function(err, data){
console.log(data); //=> true
})
$ npm install -- git-first-commit
$ git-first-commit --m "intial commit"
var configGit = require("git-scope-config");
configGit({
scope: "global"
})
npm test
For bugs and feature requests, please create an issue.
MIT © Yashprit