Introduction
A Dart library that helps manage and configure Dart code generators.
Installation
Run this command to use the CLI:
dart pub global activate prepare
Usage
Build
Generates code based on your configuration:
dart run prepare build
Watch
Watches your project for changes and automatically regenerates code:
dart run prepare watch