mix tux.new
Mix task to generate tux based command line Elixir projects.
Installation
To install the tux_new
from Hex as a mix archive:
$ mix archive.install hex tux_new
You can also, build & install it from source:
$ cd installer
$ mix archive.install
Usage
Upon installation you can invoke it as a mix task:
$ mix tux.new [ARGS]
Reminder: Add ~/.mix/escripts directory to your $PATH environment variable.