invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.08k stars 193 forks source link

refactor: Move `CommandConfigs` and `LifecycleHooks` to their own directories #652

Closed spydon closed 4 months ago

spydon commented 4 months ago

Description

This moves the CommandConfigs and LifecycleHooks to their own directories to make it easier to extend the functionality, since the workspace_configs.dart was getting very long.

This was done in preparation for adding publish hooks.

Type of Change