mix amur.install (amur v0.3.4)

Copy Markdown

Generates the boilerplate needed to start using Amur in your application.

Supports both Phoenix applications and standalone Plug.Router setups. Unlike the legacy mix amur.gen task, this Igniter task edits project source and configuration through Igniter's AST-aware operations.

Summary

Functions

Applies Amur's generated controller, router, and runtime configuration.

Describes the options accepted by mix igniter.install amur.

Functions

igniter(igniter)

Applies Amur's generated controller, router, and runtime configuration.

Existing files and configuration are preserved where possible. The --provider and --all options are mutually exclusive, and generated callbacks are wired only when a controller is requested. Multiple providers can be passed to --provider as a comma-separated list.

info(argv, source)

Describes the options accepted by mix igniter.install amur.

The returned schema lets Igniter expose provider, application, and component-generation options consistently with the task implementation.