Initialize github repository automatically
Before installing, download and install Node.js.
Installation is done using npm
:
npm i -g gitmake
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).