View Source combo_new
An opinionated project generator for Phoenix.
It's a part of
combo
, which is an opinionated code generator for Phoenix.
Usage
Install the archive of combo_new
:
$ mix archive.install hex combo_new
Create a new Phoenix project:
# create a project from combo_lite template
$ mix combo.new.lite demo
# create a project from combo_saas template
$ mix needle.new.saas demo
See mix help
for more details.
License
Apache License 2.0