A feature rich command line tool written in Elixir to decorate your make commands with Pokémons.
Homebrew
$ brew install tashirosota/homebrew-tap/poke_make
escript
$ mix escript.install hex poke_make
$ export PATH=$PATH:~/.mix/escripts
$ 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
=====================================================================================
※ ※ ※※ ※※
※ ※ ※ ※
※※ ※ ※※※ ※ ※ ※※ ※※※ ※※ ※ ※ ※※
※ ※ ※※ ※ ※※※ ※ ※※ ※ ※ ※ ※※ ※ ※ ※ ※
※ ※ ※※ ※ ※ ※ ※※ ※ ※ ※※ ※ ※ ※ ※
※ ※ ※ ※※※ ※ ※ ※※ ※ ※ ※※ ※※※ ※※※ ※※
=====================================================================================
hello # call make hello with pokemon
Feel free to open an issues or a PR to contribute to the project.