API Reference Uniform v0.1.0
modules
Modules
The Uniform System is an architecture for maintaining multiple Elixir apps from a single Elixir project in a way that minimizes duplicate work and maximizes sharing capabilities.
An App struct, representing an application to be ejected. See the type definition for more details.
Defines the ejection blueprint for your project.
Utilities for building code transformations with modify
in your
Uniform.Blueprint
module.
mix-tasks
Mix Tasks
Ejects an Ejectable App to a standalone code repository.
Generates an uniform.exs
file so that the given app can be ejected with mix uniform.eject
.
Initializes a Base Project
repository with the bare minimum setup required for using Uniform
.