mix ash_oaskit. install
(AshOasKit v0.2.1)
View Source
Installs AshOaskit into your project.
This task should be run with mix igniter.install ash_oaskit.
Usage
mix igniter.install ash_oaskitWhat it does
- Adds
:ash_oaskitto your formatter's import dependencies - Generates an
ApiSpecmodule (use AshOaskit) to fill in with your domains - Prints the router snippet for serving the spec and Redoc UI
Options
This task accepts no options.