1.0.0 • Published 10 years ago
git-init v1.0.0
git-init
Initialize a new git repository.
Installation
$ npm install git-initUsage
const init = require('git-init')
init('./', (err) => {
if (err) throw err
})API
init(path, cb(err))
Create a new git repository at path.
License
1.0.0
10 years ago