Do you like Pokemon?
PokeMake is Command line tool to decorate your make commands with Pokemon made by Elixir.
Installation
$ brew install tashirosota/homebrew-tap/poke_make
Usage
$ poke -h
usage: poke [version | -v | --version]
[help | -h | --help]
<make command>
poke <make command> is to start make <make command>
$ cat Makefile
hello:
echo hello
$ poke hello
# call make hello with pokemon ascii art.
Links
Read next REnum 0.5.0 has been released.