Generators
Table of Contents
Classes
- CreateMiddleware
- For Creating a new middleware in the middlewares directory by running `pionia gen:middleware {name}`
- GenerateAuthenticationBackend
- For Creating a new authentication backend in the authenticationBackends directory by running `pionia gen:auth {name}`
- GenerateCommand
- This command is used to generate a new custom command.
- GenerateService
- For Creating a new service in the services directory by running `pionia gen:service {name}`
- GenerateSwitch
- Creates a new Pionia Switch in Switches directory by running `pionia gen:switch {version}`