PokeMake
Command line tool to decorate your make commands with Pokemon made by Elixir
Installation
- Homebrew
$ brew install tashirosota/homebrew-tap/poke_make- escript
$ mix escript.install hex poke_make
$ export PATH=$PATH:~/.mix/escriptsUsage
$ 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 pokemonBugs and Feature Requests
We welcome Bugs and Feature Requests. Feel free to send us an issue or PR.