delvincakep / my-shell

Build Command Line Application with Spring Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Shell

Description

My Shell is a simple shell application that I wrote using Spring Shell and Spring Boot.

Installation and Usage

  1. Clone the repository git clone https://github.com/ivandi1980/my-shell.git
  2. Run mvn clean install or if you're using IntelliJ just run the main method in MyShellApplication.java
  3. Run java -jar target/my-shell-0.0.1-SNAPSHOT.jar
  4. Run help to see the list of available commands
  5. Run exit to exit the shell
  6. Run mvn clean to clean the project

Screenshots

First Shell Second Shell

License

This project is licensed under the MIT License

Acknowledgments

Author & Reviewers

About

Build Command Line Application with Spring Shell


Languages

Language:Java 100.0%