kimiko.js

JS GitHub license GitHub issues

A command system written in JavaScript, based on kimiko. It has the advantage to be very flexible.

It handles command usage, description, aliases and subCommand propagation.

The command names are encoded as ResourceNames: they are of the form domain:name. This allows for several commands of different sources to have the same name.

Installation & Usage

You can install this library from npm:

npm i kimiko

Once it has been installed, you just need to require it in you code:

const kimiko = require("kimiko");

All of the classes will be contained in kimiko. All you then have to do is to implement it.

` : '' ?>