README.md
<!-- @format -->
[](https://hex.pm/packages/poke_make)
[](https://github.com/tashirosota/poke_make/actions/workflows/ci.yml)

# 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/escripts
```
## 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
=====================================================================================
※ ※ ※※ ※※
※ ※ ※ ※
※※ ※ ※※※ ※ ※ ※※ ※※※ ※※ ※ ※ ※※
※ ※ ※※ ※ ※※※ ※ ※※ ※ ※ ※ ※※ ※ ※ ※ ※
※ ※ ※※ ※ ※ ※ ※※ ※ ※ ※※ ※ ※ ※ ※
※ ※ ※ ※※※ ※ ※ ※※ ※ ※ ※※ ※※※ ※※※ ※※
=====================================================================================
hello # call make hello with pokemon
```
## Bugs and Feature Requests
We welcome Bugs and Feature Requests. Feel free to send us an issue or PR.