make-help icon indicating copy to clipboard operation
make-help copied to clipboard

Using make as a task runner? Then document your Makefile targets with make-help!

Results 3 make-help issues
Sort by recently updated
recently updated
newest added

allow the user to pass a `makefile` through stdin, so it's possible to call `make-help` like this: ``` shell # pipe cat path/to/Makefile | make-help echo 'makefile contents' | make-help...

enhancement

currently `make-help` will sort all tasks by default. maybe an option like `--no-sort` might be useful.

enhancement

so, detect the project root and grab the `makefile` automatically.

enhancement