serinus_cli 2.0.3
serinus_cli: ^2.0.3 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