Customization
Understanding Cit
The cit
repo has this structure:
The cit
command is an alias to
The main cit.just
imports other .just
files as submodules. Check out just
to learn more about it!
Adding a new subcommand
We want to add:
We'll have to add a new rule to commands/<command>.just
:
Adding a new command
We want to add:
We'll have to add a new .just
file (a Just module) to commands/
:
And then we'll have to import it in commands/cit.just
: