___ _ _ _ ___ _ _
/ __(_)_ __ _ __| (_)/ __(_) |_
\__ \ | ' \| '_ \ | | (_ | | _|
|___/_|_|_|_| .__/_|_|\___|_|\__|
|_|
A guided CLI for git. A tool to aid new developers to use git till they are familiar with git.
Note: This package is still under development. The features are usable but there exists lot of features to be added and debugging to be done
- Using npm
npm i -g simpligit
- Install from source
git clone https://github.com/krush11/simpligit simpligit
npm install -g .
See package source for more details
Execute the command in your terminal:
simpligit
Any and all contributions are welcome.
Here are few areas you can work upon:
- Add funtionalities for new git commands
- Documentation
- CI/CD implementation
- Write tests