git-init
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/git-init package

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i git-init

Weekly Downloads

21

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yoshuawuyts