The ligare command
Here is the basic usage of the ligare command.
ligare <files>
By passing a or a few ligare files, you can compile them into separate target files.
ligare build <path>
Build the project at <path>, requires a ligare.toml file in the root directory.
ligare update <path>
Update the project dependencies at <path>.
ligare test <path>
Run the tests for the project at <path>.
ligare fmt <path>
Format the project at <path>.
ligare doc <path>
Generate documentation for the project at <path>.
ligare help
Show the help message for the ligare command.