kimiko is written in modern standards.
Use it with lambdas/arrow functions, optional values, resource names, etc...
kimiko is designed to adapt itself to different tasks. Use it in your games, in your CLI applications, in Discord bots, etc...
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!
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'
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!
kimiko.js is present in npm as `kimiko`. Just type the following command to install it:
npm i kimiko
WIP