mix ash_oaskit.install (AshOasKit v0.2.0)

View Source

Installs AshOaskit into your project.

This task should be run with mix igniter.install ash_oaskit.

Usage

mix igniter.install ash_oaskit

What it does

  1. Adds :ash_oaskit to your formatter's import dependencies
  2. Generates an ApiSpec module (use AshOaskit) to fill in with your domains
  3. Prints the router snippet for serving the spec and Redoc UI

Options

This task accepts no options.