lucy 1.0.8 copy "lucy: ^1.0.8" to clipboard
lucy: ^1.0.8 copied to clipboard

outdated

Command Line Interface (CLI) for Lucifer (a fast, light-weight web framework in dart)

Lucy #

Command Line Interface (CLI) for Lucifer framework.

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>

For example:

lucy create desire

To run your project, use this command in the root project directory:

lucy run

To create a new controller in your project, use this command.

lucy c <controller-name>

Example to create user_controller.dart with a class UserController inside at bin/controller directory.

lucy c user

To create a new repository in your project, use this command.

lucy r <repository-name>

Example to create user_repository.dart with a class UserRepository inside at bin/repository directory:

lucy r user
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Command Line Interface (CLI) for Lucifer (a fast, light-weight web framework in dart)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path, process_run, watcher

More

Packages that depend on lucy