0.0.2 • Published 7 years ago
ginit-node v0.0.2
ginit-node
Node cli utility that helps me to create a new Github remote repository from a local project
Steps if you want to use it:
If there is no .git in your project, it prompts your github credentials, makes a request for a personal token to github and saves it to a directory called configstore located into ~/.config
Then it will ask you for the git repository details to create a .git and connect to a github remote repository with this details
Usage
Install globally
npm install ginit-node -gCommands
ginit-node createginit-node -helpAvailable options when create Git repo:
- Name
- Description
- Private o public
- Add files to .gitignore
WiP .. TO-DO
- Cover unit test
- Choose files to upload to github when you create the repo
- Refactor
- Enable more options