Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 665 Bytes

File metadata and controls

22 lines (13 loc) · 665 Bytes

ApiGen

Gen API is a Mix installer that will generate Phoenix v1.2 applications with API friendly defaults settings. It is based on the default Phoenix installer.

Installation

When installed, provides phoenix.new.api installer as an archive. To build and install it locally:

$ MIX_ENV=prod mix archive.build
$ mix archive.install

You should see phoenix.new.api available here:

$ mix help

Usage

TODO

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/api_gen.