mix corex (Corex v0.1.0-beta.3)

View Source

Prints Corex tasks and their information.

$ mix corex

To print the Corex version, pass -v or --version:

$ mix corex --version

To create a new project with Corex, use the installer (install separately with mix archive.install hex corex_new). Example with Gettext/Localize i18n, mode, and themes:

$ mix corex.new my_app --mode --theme

See Mix.Tasks.Corex.New for all options.