mix nex.new (nex_new v0.4.3)

Copy Markdown

Creates a new Nex project.

Usage

mix nex.new my_app                 # default: basic starter
mix nex.new my_app --starter saas
mix nex.new my_app --path ~/projects

Options

--path PATH          Directory to create project in (default: current directory)
--starter STARTER   Project template to generate (default: basic)
                    basic = minimal scaffold for learning Nex
                    saas  = auth + database + dashboard starter

Installation

cd installer
mix archive.build
mix archive.install

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.