1.1.0 • Published 7 years ago

git-local-create v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

git-local-create NPM version Build Status Dependency Status

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

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago

0.0.0-beta

9 years ago

0.0.0-alpha

9 years ago