Under Development ๐จ
CLI is kilfu client from cli, you can play klifu right from your cli.
To run this library ensure that you have Node.js >= v10 Install Node.js via package manager
npm install @klifu/cli
๐๐ First off, thanks for taking the time to contribute! ๐๐
For instructions to start contributing check out Klifu.
To setup you local development environment for contribution follow these steps bellow -
- Before contribution Fork this repo.
- Clone your forked version in your local computer.
- Install dependencies, run
npm install
. - Check if all tests are running to ensure correct setup, run
npm run test
. - When you are ready to submit your code open a PR.
Detailed documentation coming soon.