https://github.com/sameerkash/cherry
Dart CLI tool for genrating templates
https://github.com/sameerkash/cherry
Last synced: about 1 year ago
JSON representation
Dart CLI tool for genrating templates
- Host: GitHub
- URL: https://github.com/sameerkash/cherry
- Owner: Sameerkash
- License: other
- Created: 2021-03-02T15:55:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T16:40:54.000Z (about 5 years ago)
- Last Synced: 2025-01-18T12:15:09.509Z (over 1 year ago)
- Language: Dart
- Size: 51.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Cherry
Dart CLI template generator and package manager for flutter, generate MVC, MVVM and MVU patterns.

### Current list of supported commands
Usage: Cherry [arguments]
```zsh
Global options:
-h, --help Print this usage information.
-v, --version
Available commands:
create Creates a new Cherry Picked Flutter project.
generate Creates a View, ViewModel, Controller, Widget or Repository according to the option.
install Install (or update) a new package or packages:
start Create a basic structure for your project (confirm that you have no data in the "lib" folder).
```