ginit-node
v0.0.2
Published
Git-github CLI utility
Downloads
4
Readme
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 -g
Commands
ginit-node create
ginit-node -help
Available 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