0 purchases
cotr cli
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:
A new directory with the name of the view (ex. home)
A new dart file containing the ViewModelBuilder (ex. home_view.dart)
A new dart file containing the ViewModel and ViewModelBuilder (ex. home_view_model.dart)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.