Skip to content
JohnnyJayJay edited this page Mar 28, 2020 · 10 revisions

Welcome to the mela-command wiki!

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!

What Do I Need To Know?

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).

Getting Started

Motivation

Setup

Quick Start

Learn

Project Structure

Core Framework Guide

Bind Framework Guide

Bind Framework Standard Library Documentation

Guice Guide