Hedwig v1.0.0 Mix.Tasks.Hedwig.Gen.Robot

Generates a new robot.

The robot will be placed in the lib directory.

Examples

mix hedwig.gen.robot
mix hedwig.gen.robot --name alfred --robot Custom.Module

Command line options

  • --name - the name your robot will respond to
  • --aka - an alias your robot will respond to
  • --robot - the robot to generate (defaults to YourApp.Robot)