A project designed to help manage all df packages from one location. It uses melos to manage the packages, as well as additional helper scripts. Please read the melos documentation here for more information.
This installs melos onto your system, so you can run the melos
command.
dart pub global activate melos
You may also want to install the VS Code package here.
This command checks for any issues.
melos analyze
This installs dependencies internally, and links all packages locally.
melos bootstrap
- The helper scripts need to be fixed. They were used before integrating melos, and are now outdated.
- Melos integration is untested. It needs to be tested to ensure it works as expected.
- Enable publishing through GitHub actions.