kimiko

A command system written in Java and JavaScript.

flash_on

Modern

kimiko is written in modern standards.

Use it with lambdas/arrow functions, optional values, resource names, etc...

check

Features rich
  • - Command management
  • - Command usage, description, alises
  • - Subcommands propagation
  • - Implement as you like
  • - Command parsing
  • - Arguments map
  • - and more!

settings

Flexible

kimiko is designed to adapt itself to different tasks. Use it in your games, in your CLI applications, in Discord bots, etc...

Source code

What's the license of kimiko? It is MIT licensed.
Where can I find the code of kimiko? Well you can find it on GitHub!

Packages

kimiko is in the AperLambda Maven repository.

<dependency>
  <groupId>org.aperlambda</groupId>
  <artifactId>kimiko</artifactId>
  <version>1.0.8</version>
</dependency>
maven { url "https://aperlambda.github.io/maven" }
compile 'org.aperlambda:kimiko:1.0.8'

Source code

What's the license of kimiko.js? It is MIT licensed.
Where can I find the code of kimiko.js? Well you can find it on GitHub!

Packages

kimiko.js is present in npm as `kimiko`. Just type the following command to install it:

npm i kimiko

Documentation

The documentation of kimiko.js can be found here.

WIP