API Reference Uniform v0.2.0
modules
Modules
Write less boilerplate and reuse more code in your portfolio of Elixir apps
A struct representing an app 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.
Outputs the name of all Ejectable Apps to stdout.
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.