git-local-create
v1.1.0
Published
perform git init, stupid by useful
Downloads
11
Maintainers
Readme
git-local-create
perform git init, stupid but useful
Install
$ npm install --save git-local-create
Example
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-create
Methods
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 test
Contribute or Report Issue
For bugs and feature requests, please create an issue.
License
MIT © Yashprit