synquill_gen 0.5.1
synquill_gen: ^0.5.1 copied to clipboard
Code generator for the Synquill library.
synquill_gen #
This package contains builder and code generation logic for the synquill ecosystem. It is intended to be used as a dev dependency alongside the main synquill package.
Features #
- Code generators for models and repositories
- Integrates with
build_runnerandsource_gen
Getting started #
Add this package as a dev dependency in your pubspec.yaml:
dev_dependencies:
# Code generation tool - required for synquill
build_runner: ^2.4.15
synquill_gen: any
Usage #
Run code generation with:
dart run build_runner build