# RMK CLI RMK CLI is a tool that parses `keybaord.toml` and `vial.json`, generates RMK project. ## Usage Install rmk-cli: ```shell cargo install rmk-cli ``` Generate project: ``` rmk-cli --keyboard-toml-path keyboard.toml --vial-json-path vial.json ``` The available project template can be found at [rmk-template](https://github.com/HaoboGu/rmk-template/tree/feat/rework)