git-local-create
v1.1.0
Published
perform git init, stupid by useful
Maintainers
Readme
git-local-create

perform git init, stupid but useful
Install
$ npm install --save git-local-createExample
JavaScript
var gitLocalCreate = require('git-local-create');
gitLocalCreate(function(err, data){
console.log(data) //=> true
});Command Line reference
$ npm install --global git-local-create
$ git-local-createMethods
var gitLocalCreate = require('git-local-create');
gitLocalCreate(function(err, data){
console.log(data) //=> true
});gitLocalCreate([path], cb)
Check if current folder is git folder or not
Run Test
npm testContribute or Report Issue
For bugs and feature requests, please create an issue.
License
MIT © Yashprit
