MagicalMake (MagicalMake v0.1.2) View Source
Main module for magical_make.
Link to this section Summary
Functions
Draw magical circle and exec the given make_command
.
Can get current magical make version.
Link to this section Functions
Specs
execute(String.t()) :: :ok
Draw magical circle and exec the given make_command
.
Examples
iex> MagicalMake.execute("hello")
# Draws magical_circle ascii art in stdout
# exec `make hello`
:ok
Specs
version() :: String.t()
Can get current magical make version.
Examples
iex> MagicalMake.version
"0.1.2"