datahub_codegen 0.16.5 datahub_codegen: ^0.16.5 copied to clipboard
DataHub Code Generation Lib
DataHub Code Generation Lib
This library is part of the DataHub Project.
https://datahubproject.net
DataHub is a Cloud Development Ecosystem aiming to bring the power of Dart into the Cloud.
DataHub is still under development and is not to be considered production ready. Comprehensive documentation is yet to be released.
Features #
This library contains generators for:
- TransferObjects
- DataBeans
- BrokerApis
- HubClients / Providers
Usage #
Add datahub_codegen
and build_runner
to the dev_dependencies
of your projects
pubspec.yaml
file, or simply run:
$ dart pub add --dev datahub_codegen build_runner
To build generated code run:
$ dart run build_runner build