mkhelp

Crates.iomkhelp
lib.rsmkhelp
version0.2.3
sourcesrc
created_at2024-08-22 18:01:39.577312
updated_at2024-08-22 18:01:39.577312
descriptionSupport for docstrings in makefiles
homepage
repository
max_upload_size
id1348019
size22,098
AP Ljungquist (apljungquist)

documentation

README

MkHelp

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
Commit count: 0

cargo fmt