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

Currently, `version` command generates changelog based on git commit messages from the current package. It would be useful to get commits from dependencies as well if they are specified with...

feature request

**Description** Commands `exec` and `run` maybe optimized for performance `melos run tag:pubspec` is slower 3s than `melos list -l` **Requirements** - [ ] optimized for performance **Additional Context** melos run...

feature request

**Description** 1. Commands `exec` and `run` it look like as follow ```sh melos run tag:pubspec └> melos list -l └> RUNNING ... ``` or ref: #205 ```sh melos run tag...

feature request
stale

Hi there! 👋🏻 @Salakar graciously added the functionality to run `melos run` scripts with additional arguments in #231. 😄 ### Description Looking at the tests and trying it out myself,...

bug

I'd like to suggest we remove IDE specific features from Melos in favour of IDE plugins like https://github.com/blaugold/melos-code The biggest part right now is IntelliJ IDE's and generation of *.iml...

enhancement
stale

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description I propose adding a way to automatically...

help wanted
type: accepted
feature request

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command _No response_ ### Description Task is able to reduce running commands...

feature request
keep open

### Is there an existing issue for this? - [X] I have searched the existing issues. ### Version 1.5.2 ### Description When first releasing versions with `--prerelease` it properly generates...

bug
triage

#### Problem: It seems impossible to properly support multi-platform parsing of command in `run` section without invention of its own scripting language For example this issue #15 is caused and...

enhancement
question

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command melos run --order first_package third_package second_package ### Description Some scripts should...

type: accepted
feature request