cotr_cli 1.0.5 copy "cotr_cli: ^1.0.5" to clipboard
cotr_cli: ^1.0.5 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_cli

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
140
pub points
0%
popularity

Publisher

verified publishercodeontherocks.dev

A CLI for the code_on_the_rocks package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, recase

More

Packages that depend on cotr_cli