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.07k stars 193 forks source link

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

Closed jonasfj closed 1 month ago

jonasfj commented 1 month ago

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: https://github.com/invertase/melos/pull/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

spydon commented 1 month ago

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