Skip to content

martinFrank/commandLineInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commandLineInterface

CommandLineInterpreter

this library provides a command line interface for apps. The CommandLineInterpreter is the centered Class here. it takes the Input from CommandLine and maps it into proper commands. These commands are given to the CommandProvider, who's responsible to execute it.

To make that concept working, the Interpreter offers a set of commands, which can be executed.

###version 0.2

  • Seperation of main from cli
  • provide access to help / exit

news

  • finally i managed to add support for sonar cloud
  • finally i can do continuous integration with cirrus-ci
  • finally able to upload jars into the maven repository ()

read the guid on how to deploy into maven repository

About

CommandLineInterface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages