| Crates.io | mkhelp |
| lib.rs | mkhelp |
| version | 0.2.3 |
| created_at | 2024-08-22 18:01:39.577312+00 |
| updated_at | 2024-08-22 18:01:39.577312+00 |
| description | Support for docstrings in makefiles |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1348019 |
| size | 22,098 |
Support for docstrings in makefiles
Sometimes it is convenient to use a makefile as interface to development workflows.
The recipes are flexible, can depend on other targets and make provides tab completion.
Once set up it could look something like
$ make
Verbs:
help: Print help message
Checks:
check_all: Run all checks that have not yet passed
check_format: Check format
check_lint: Check lint
check_docs: Check that documentation can be built
check_tests: Check that unit tests pass
Fixes:
fix_format: Fix format
fix_lint: Fix lint