#makefile #check #documentation #workflow #recipe #docstrings #testing

bin+lib mkhelp

Support for docstrings in makefiles

1 unstable release

0.2.3 Aug 22, 2024

#16 in #recipe

Download history 9/week @ 2024-09-03 44/week @ 2024-09-10 16/week @ 2024-09-17 14/week @ 2024-09-24 16/week @ 2024-10-01 62/week @ 2024-10-08 45/week @ 2024-10-15 50/week @ 2024-10-22 33/week @ 2024-10-29 18/week @ 2024-11-05 29/week @ 2024-11-12 66/week @ 2024-11-19 44/week @ 2024-11-26 24/week @ 2024-12-03 76/week @ 2024-12-10 61/week @ 2024-12-17

223 downloads per month

MIT license

9KB
228 lines

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

Dependencies

~1.1–1.7MB
~32K SLoC