cotr_cli 1.0.0 copy "cotr_cli: ^1.0.0" to clipboard
cotr_cli: ^1.0.0 copied to clipboard

A CLI for the code_on_the_rocks package.

This is a basic CLI app for the code_on_the_rocks state management package.

Installation #

dart pub global activate cotr

Usage #

cotr view -n home

The view command will create the following contents:

  1. A new directory with the name of the view (ex. home)
  2. A new dart file containing the ViewModelBuilder (ex. home_view.dart)
  3. A new dart file containing the ViewModel and ViewModelBuilder (ex. home_view_model.dart)
1
likes
0
pub points
0%
popularity

Publisher

verified publishercodeontherocks.dev

A CLI for the code_on_the_rocks package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, recase

More

Packages that depend on cotr_cli