1.0.0-beta.2 • Published 5 years ago

@beast-oe/cli-base v1.0.0-beta.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Beast CLI Framework

Beast CLI Framework repository for building command line applications.

Extra Information

Extra information about the various files available in the library.

Installation steps

Add cli-base library as a dependency:

Usage Example

Define a command by extending CommandBase class as below:

Use CLIManager class to register defined commands, parse and run input commands.