ginit
CLI application for creation of remote repository on github and local repository.
- Clone repository with
git clone https://github.com/titenko1996/ginit.git [dirname]
; - Go to cloned repository;
- Run
npm install -g
to make package global (install npm and nodejs if it is not installed);