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
copied to clipboard

Usage #

cotr view -n home
copied to clipboard

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
points
40
downloads

Publisher

verified publishercodeontherocks.dev

Weekly Downloads

2024.09.29 - 2025.04.13

A CLI for the code_on_the_rocks package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, recase

More

Packages that depend on cotr_cli