Gibran Malheiros

Results 7 issues of Gibran Malheiros

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

Bring `with-font` to master, but leave it as an option in Yeoman. So when scaffolding a new project it should ask if the user wants it, which defaults to no,...

enhancement
help wanted

sometimes it might be handy to debug something, not sure which letter to use as flag though, since the `v` was already used to display the version.

enhancement

either wait for the command to finish before firing it again ~ or ~ abort and re-fire the command, which I believe should be the default behavior

bug

sometimes it's really handy to have all commands be triggered right when I start the watch process. the option could be one of these: - `-b --boot` - `-i --initial`...

enhancement