View Source mix needle.new.web (needle_new v0.1.4)
Creates a new Phoenix web project within an umbrella project.
It expects the command to be run inside an umbrella application's
apps directory:
$ cd my_umbrella/apps
$ mix needle.new.web PATH [--app APP] [--module MODULE]
This task is intended to create a bare Phoenix project without context integration, which can serve as the web interface of the core application of your domain.
Options
It supports the same options as the needle.new task.
See mix help needle.new for details.
Examples
$ mix needle.new.web hello_web