routjes v1.1.0 mix routjes.generate

A simple mix task to kick off the routjes generator

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

Link to this function run(arg1)
run(binary() | nil) :: {:ok, binary()} | no_return()

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.