View Source API Reference Elixir Scribe v0.3.0

Modules

The Elixir Scribe Generator configuration and defaults.

The Elixir Scribe Typed Contract guarantees the shape of your data throughout your codebase.

Mix Tasks

Prints Elixir Scribe tasks and their information.

Lists all available Scribe generators

Generates a module per action for a resource within a domain, with functions around an Ecto schema.

Generates a module per action for a resource within a domain at lib/my_app_web/* and lib/my_app/*, with the related tests. This includes the controller, view, templates, the schema, the module for resource action with functions around an Ecto schema and the Resource API boundary module.