2.0.1 • Published 8 years ago
git-first-commit v2.0.1
git-first-commit

do first git commit
Install
$ npm install --save git-first-commitExample
JavaScript
var gitFirstCommit = require('git-first-commit');
gitFirstCommit("intial commit", function(err, data){
console.log(data); //=> true
})Command Line reference
$ npm install -- git-first-commit
$ git-first-commit --m "intial commit"Methods
var configGit = require("git-scope-config");
configGit({
scope: "global"
})Run Test
npm testContribute or Report Issue
For bugs and feature requests, please create an issue.
License
MIT © Yashprit
2.0.1
8 years ago
2.0.0
8 years ago
1.0.0
8 years ago
0.1.0
9 years ago
0.0.0-beta
11 years ago
0.0.0-alpha
11 years ago