datahub_codegen 0.17.0-dev.22 copy "datahub_codegen: ^0.17.0-dev.22" to clipboard
datahub_codegen: ^0.17.0-dev.22 copied to clipboard

DataHub Code Generation Lib

DataHub Code Generation Lib

This library is part of the DataHub Project.
https://datahubproject.net

Pub Version GitHub last commit Pub Likes

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