carp_cli 1.0.0
carp_cli: ^1.0.0 copied to clipboard
Carp CLI allows developers to create and consume reusable templates.
A Dart CLI tool that generates the MVVM file following package mvvm_architecture
Exploring the Carp CLI #
To install: #
flutter pub global activate carp_cli
To usage create MVVM file: #
To create a new view in a specific folder: Note: you don't need to reference the folder, Carp CLI will automatically search for the home folder and insert your view there.
carp_cli create mvvm [file_name]