Come join our team at Enzai! REnum 0.5.0 has been released.

Do you like Pokemon?

PokeMake is Command line tool to decorate your make commands with Pokemon made by Elixir. demo

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