View Source
MagicalMake
Command line tool to decorate your make commands with Magic Circle made by Elixir
Installation
- Homebrew
$ brew install tashirosota/homebrew-tap/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.