npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

git-init

1.0.0

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:2
$ npm install git-init
DailyWeeklyMonthlyYearly

git-init

NPM version Downloads js-standard-style

Initialize a new git repository.

Installation

$ npm install git-init

Usage

const init = require('git-init')

init('./', (err) => {
  if (err) throw err
})

API

init([path], cb(err))

Create a new git repository at path.

License

MIT