set up mono_repo configs (#12)

Closes https://github.com/dart-lang/macros/issues/2

I also added tool/dart_model_generator to the workspace config.
9 files changed
tree: 244a28eada20715c96a3a51e9aa3b7f6b336d7d4
  1. .github/
  2. pkgs/
  3. schemas/
  4. tool/
  5. .gitignore
  6. CONTRIBUTING.md
  7. LICENSE
  8. mono_repo.yaml
  9. pubspec.yaml
  10. README.md
README.md

Overview

This repository is home to various macro related Dart packages.

Packages

PackageDescriptionVersion
dart_modelSerializable data model for Dart code.0.0.1-wip

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

For additional information about contributing, see our contributing page.