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.
This template is focus on create an app using ecto & phoenix 1.5.
This application adds a `gen` task to mix, which generates project trees. Unlike `mix new`, it can be fully customized. You can create p...
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)
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 modular GraphQL API project using Absinthe and Phoenix.
Brandon Pollack's basic elixir template for new projects.
A template that generates blank template projects, intended to be used by folks creating their own templates.
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.
Setup code quality tooling.
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.
An architecture in a box for a back-end webserver.
This template is focus on create a service ecto layer.
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 Setup
Generates escript projects. Elixir scripts have a module with a `main` function. This mix gen template acts as template for such scripts.
A boilerplate Phoenix Live View Dashboard