do first git commit
$ npm install --save git-first-commitvar 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 testFor bugs and feature requests, please create an issue.
MIT © Yashprit