This is the Melos workspace for the simple_routes package.
packages/
simple_routes/ - The core simple_routes package
simple_routes_annotations/ - Annotations for code generation
simple_routes_generator/ - Code generator for simple_routes
This project uses Melos to manage the monorepo.
To get started, install Melos:
dart pub global activate melosThen, bootstrap the workspace:
melos bootstrapmelos run analyze: Run analysis for all packages.melos run test: Run tests for all packages.melos run format: Format all packages.melos run generate: Run code generation (build_runner) for packages that use it.