melos icon indicating copy to clipboard operation
melos copied to clipboard

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.

Results 170 melos issues
Sort by recently updated
recently updated
newest added

melos generates idea run configurations only for global installation https://github.com/invertase/melos/blob/84ccf5aaffdc286a270065d84ae5084d9d95d805/packages/melos/lib/src/common/intellij_project.dart#L192-L200 It's much safer to control dependencies in root `pubspec.yaml` ```yaml dev_dependencies: melos: ^0.4.11 ``` but `bootstrap` generates melos specific `runConfigurations`...

enhancement
Type: Accepted

Are there currently any plans to implement something like [`lerna changed`](https://lerna.js.org/#command-changed)? It's something that I might need down the line and was wondering if it's something that has been scoped...

enhancement
type: accepted

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 2.7.1 ### Description melos bootstrap creates incompatibility between an application (in the...

bug
triage

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 2.7.0 ### Description Flutter project. When AS tries to index project it...

bug

Currently, Melos always reports an error when invoked outside a Melos workspace. To explore Melos commands, it's useful to be able to view the usage description outside a Melos workspace.

enhancement

Hi, I noticed that the published docs appear to be ahead of what's available in the latest tagged release.

documentation

Fixes #371 ## Description ## Type of Change - [ ] ✨ `feat` -- New feature (non-breaking change which adds functionality) - [ ] 🛠️ `fix` -- Bug fix (non-breaking...

Fixes #332 ## Description ## Type of Change - [x] ✨ `feat` -- New feature (non-breaking change which adds functionality) - [ ] 🛠️ `fix` -- Bug fix (non-breaking change...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 4.0.0 ### Description Melos throws a fit when bootstrapping with a git...

bug
waiting for response

## 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...