View Source mix needle.new.web (needle_new v0.1.1)

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 interfaces with your greater umbrella application(s).

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