CustomCLI is a simple CLI that can supports commands like git clone.
#####Supported Commands
Presently we support the following commands
git clone urigit clone uri directory
#####Installation
Download all the dependencies by executing "mvn install" command in the project root directory.
#####Running
Steps to be followed after the project is cloned
- Go to the project directory and execute
"mvn jetty:run"command - Type the following in the browser
"http:\localhost:8080\jgit"and run it.