Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 607 Bytes

File metadata and controls

24 lines (13 loc) · 607 Bytes

CustomCLI

CustomCLI is a simple CLI that can supports commands like git clone.

#####Supported Commands

Presently we support the following commands

  • git clone uri
  • git 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.