README.md

# mix tux.new

Mix task to generate [tux](https://tuxpkg.dev/) based command line Elixir projects.

## Installation

To install the `tux_new` from Hex as a mix archive:

```shell
$ mix archive.install hex tux_new
```

You can also, build & install it from source:

```shell
$ cd installer
$ mix archive.install
```

## Usage

Upon installation you can invoke it as a mix task:

```shell
$ mix tux.new [ARGS]
```

**Reminder**: Add ~/.mix/escripts directory to your $PATH environment variable.