A small command line app for creating a module.toml file for a Moka Module
Download the mokaconf binary and place it in a folder linked to your path.
e.g. placing mokaconf in ~/.lbin and adding EXPORT PATH="$HOME/.lbin":"$PATH" to the your .bashrc
From a terminal, navigate to the folder in which you want a module.toml file and type mokaconf new to start the program
(Future versions of Moka-Conf will have more subcommands). Proceed to enter in the information that is prompted for;
Moka-Conf will then ask you to confirm the contents of the file and if you accept, it will be written to a module.toml
file in the current directory.
Moka-Conf requires the latest Rust Nightly for the regex_macros plugin to compile. Simply download this repo and run "cargo build" in the downloaded folder.