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.

Home Page:https://melos.invertase.dev/~melos-latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding `topics` to `pubspec.yaml` for better discoverability

jonasfj opened this issue · comments

I'd suggest adding the following lines to pubspec.yaml:

topics:
  - tool
  - repository-management

This is inspired by mono_repo which is a similar tool, though probably less polished.

Topics helps users on pub.dev discover packages, and related packages :D

Originally, filed a PR: #712, but I can't sign the CLA without a CLA-review, so it's probably easier for someone else to decide what topics melos should have and add them to pubspec.yaml.


See also: https://dart.dev/tools/pub/pubspec#topics

Super, I'll add it once I'm back in Sweden!
(I'll do the same for Flame too)