1 个不稳定版本
新功能 0.2.3 | 2024 年 8 月 22 日 |
---|
#12 在 #fix
9KB
228 行代码(不含注释)
MkHelp
支持 Makefile 中的文档字符串
有时使用 Makefile 作为开发工作流程的接口是很方便的。配方灵活,可以依赖于其他目标,且 make 提供了自动补全功能。
一旦设置好,它可能看起来像这样
$ 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
依赖项
~1.2–1.7MB
~33K SLoC