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