README
This commit is contained in:
parent
44e65e31cb
commit
e3ccf98b69
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import 'package:angel_serialize/builder.dart';
|
||||||
|
|
||||||
final PhaseGroup PHASES = new PhaseGroup.singleAction(
|
final PhaseGroup PHASES = new PhaseGroup.singleAction(
|
||||||
new GeneratorBuilder([const JsonModelGenerator()]),
|
new GeneratorBuilder([const JsonModelGenerator()]),
|
||||||
new InputSet('angel_serialize', const ['test/models/*.dart']));
|
new InputSet('[YOUR_PACKAGE_NAME_HERE]', const ['lib/src/models/*.dart']));
|
||||||
```
|
```
|
||||||
|
|
||||||
And then, a `tool/build.dart` can build your serializers:
|
And then, a `tool/build.dart` can build your serializers:
|
||||||
|
|
Loading…
Reference in a new issue