serinus_cli 1.0.12
serinus_cli: ^1.0.12 copied to clipboard
The official CLI of the Serinus Framework. It allows you to create, build, and manage Serinus projects.
Example #
The following example shows how to create a simple Serinus application using the CLI.
dart pub global activate serinus_cli
serinus create my_app
cd my_app
dart run