$ npm install git-init
Initialize a new git repository.
const init = require('git-init') init('./', (err) => { if (err) throw err })
Create a new git repository at path.
path
MIT