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

# MagicalMake
**Command line tool to decorate your make commands with Magic Circle made by Elixir**

## Installation
- Homebrew
```
$ brew install magical_make
```
- escript
```
$ mix escript.install hex magical_make
$ export PATH=$PATH:~/.mix/escripts
```
## Usage
```
$ mgc -h
usage: mgc [version | -v | --version]
           [help | -h | --help]
           <make command>
mgc <make command> is to start make <make command>
$ cat Makefile
hello:
	echo hello
$ mgc hello
=====================================================================================
                          ※              ※          ※※   ※※
                          ※              ※           ※    ※
                ※※ ※  ※※※ ※  ※  ※※       ※※※   ※※    ※    ※   ※※
                ※ ※ ※※  ※ ※※※  ※ ※※      ※  ※ ※ ※※   ※    ※  ※  ※
                ※ ※ ※※  ※ ※  ※ ※※        ※  ※ ※※     ※    ※  ※  ※
                ※ ※ ※ ※※※ ※  ※  ※※       ※  ※  ※※   ※※※  ※※※  ※※
=====================================================================================
hello # call make hello with circle art
```
## Bugs and Feature Requests
We welcome Bugs and Feature Requests. Feel free to send us an issue or PR.