This application adds a `gen` task to mix, which generates project trees. Unlike `mix new`, it can be fully customized. You can create p...
An opinionated template to create phoenix apps, using live view and tailwind. (Live Dashboard Supported)
A replacement for `mix new «project»` that generates files which I believe to be easier to read and maintain.
A template `mix gen ecto_service «project»` that generates a project for building stand alone ecto services (using Posgres)
Generate a basic umbrella project.
A template for building API clients to 3rd party REST applications. This will generate templates for get, post functions. You then exte...
This template is focus on create an app using ecto & phoenix 1.5.
A template that generates blank template projects, intended to be used by folks creating their own templates.
A template for building Elixir components (projects that hold state). This project is an extremely paired down version of `mix new «pro...
An opinionated template to create phoenix apps, using live view and tailwind.
Provides a mix project template with mix_test_watch, credo, and stream_data installed and configured.
Generate a simple free-standing application with an ecto layer, intended to be used as a database resource in an application written usi...
Generates a modular GraphQL API project using Absinthe and Phoenix.
A boilerplate Phoenix Live View Setup
An architecture in a box for a back-end webserver.
Generates escript projects. Elixir scripts have a module with a `main` function. This mix gen template acts as template for such scripts.
Generates a Slack bot boilerplate that works out of the box and is easily extensible. Support for cron-like jobs and commands included.
A boilerplate Phoenix Live View Dashboard
A template for building Elixir libraries (projects without any state, just functions). This project is an extremely paired down version ...
Setup code quality tooling.
Obsolete -- use GenTemplateGrapix instead.
This template is focus on create a service ecto layer.
An opinionated template to create phoenix apps, using live view and tailwind.
Brandon Pollack's basic elixir template for new projects.