-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JohnnyJayJay edited this page Mar 28, 2020
·
10 revisions
mela-command is a general purpose command parsing framework for Java. It is lightweight and concise. It provides a minimal API to extend its core as well as the so-called bind framework to write commands in a declarative and aspect-oriented way.
Also, the entire project is made to be compatible with Guice and has components that make the use of it very simple.
Start reading about the project here or see the sidebar for reference.
Mela is currently neither stable nor complete nor fully documented!
Although mela-command is very simple, basic to intermediate Java knowledge is required to fully grasp it. This includes a good understanding of object-oriented programming (classes, objects, interfaces).
- Command Implementation
- Command Groups
- Dispatching Commands
- Command Contexts
- Argument Parsing
- Compile API
- Overview
- Mapper Bindings
- Mapping Interceptor Bindings