mix corex (Corex v0.1.0-alpha.33)
View SourcePrints 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 locale switching, RTL, mode, and themes:
$ mix corex.new my_app --lang en:fr:ar --rtl ar --mode --theme neo:uno:duo:leo
See Mix.Tasks.Corex.New for all options.