Lucy
Command Line Interface (CLI) for Lucifer.
Installation
Activate command line from your terminal with this command.
pub global activate lucy
Usage
Use this command to create a new default lucifer project.
lucy create <project-name>
To create a new controller in your project, use this command.
lucy c <controller-name>
To create a new repository in your project, use this command.
lucy r <repository-name>