Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 544 Bytes

File metadata and controls

19 lines (11 loc) · 544 Bytes

bounded workspace

This repository is a Melos-managed Dart workspace.

Packages

  • packages/bounded: The core Domain-Driven Design (DDD) common kernel package (published as bounded).
  • packages/bounded_lints: Custom analyzer lints for DDD/domain design principles (published as bounded_lints).

Development

From the repository root:

  • Bootstrap: dart run melos bootstrap
  • Test all packages: dart run melos run test
  • Analyze all packages: dart run melos run analyze

For usage instructions, see each package's README.