Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 312 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 312 Bytes

ginit

CLI application for creation of remote repository on github and local repository.

  1. Clone repository with git clone https://github.com/titenko1996/ginit.git [dirname];
  2. Go to cloned repository;
  3. Run npm install -g to make package global (install npm and nodejs if it is not installed);