# corex_new v0.2.0 - Table of Contents

> Mix archive for scaffolding Corex into new Phoenix apps and Tableau sites.

Install with `mix archive.install hex corex_new`, then run `mix corex.new`
or `mix corex.tableau.new`. Requires the `phx_new` archive for Phoenix apps.

## Pages

- [Corex New](readme.md)

## Modules

- [Corex.New.Components](Corex.New.Components.md): The `config :corex_design, components:` list written into generated apps.

## Mix Tasks

- [mix corex.new](Mix.Tasks.Corex.New.md): Creates a new Phoenix application with Corex installed.
- [mix corex.tableau.new](Mix.Tasks.Corex.Tableau.New.md): Creates a new Tableau static site with Corex installed.
- [mix local.corex](Mix.Tasks.Local.Corex.md): Updates the `corex_new` Mix archive used by `mix corex.new`.

