README.md

# needle_new

Provides `mix needle.new.*` tasks to bootstrap new Phoenix projects.

It's a part of `Needle`, which is an opinionated project generator for Phoenix.

## Usage

Install the archive:

```
$ mix archive.install hex needle_new
```

Creates a new Phoenix project:

```
$ mix needle.new demo
```

See `mix help needle.new` and docs of other Mix tasks for more details.

## License

Apache License 2.0