Packages

Command line project generator with tux dependency. Provides a `mix tux.new` task to bootstrap a new command line Elixir project with tux dependency and a default skeleton.

Current section

Files

Jump to
tux_new README.md
Raw

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.