1.0.2 • Published 5 years ago

gitmake v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

gitmake

Initialize github repository automatically

Installation

Before installing, download and install Node.js.

Installation is done using npm:

npm i -g gitmake

Usage

To initialize a new repository in current directory type:

gitmake name_of_repo

or just

gitmake

to make the name of the repo the same as the current working directory (cwd).