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.
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
TODO
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/api_gen.