From fa94b71302977a5e5305e3ec72b5f2c45c9f12ff Mon Sep 17 00:00:00 2001 From: Gabriel Terwesten Date: Fri, 26 Aug 2022 10:18:59 +0200 Subject: [PATCH 1/2] Add Melos --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index fc2b6a6..99ab781 100644 --- a/source.md +++ b/source.md @@ -657,6 +657,7 @@ This section contains libraries that take an experimental or unorthodox approach - [Very Good Cli](https://github.com/VeryGoodOpenSource/very_good_cli) - Very Good Command Line Interface for Dart created by [Very Good Ventures](https://github.com/VeryGoodOpenSource) - [Flutter Sidekick](https://github.com/leoafarias/sidekick) - Simple app to make Flutter development more delightful by [Leo Farias](https://github.com/leoafarias) - [Dart Code Metrics](https://github.com/dart-code-checker/dart-code-metrics) - Additional linter which reports code metrics, checks for anti-patterns and provides additional rules for the Dart analyzer by [Dart Code Checker team](https://github.com/dart-code-checker). +- [Melos](https://github.com/invertase/melos) - A tool for managing Dart projects with multiple packages. Supports automated versioning, changelogs & publishing via Conventional Commits. By [Invertase](https://github.com/invertase) ### VSCode From ed0583bbde4b6259d6b7393a26aa4b1e642a6a53 Mon Sep 17 00:00:00 2001 From: Robert Felker <1295961+Solido@users.noreply.github.com> Date: Sun, 11 Sep 2022 21:21:49 +0200 Subject: [PATCH 2/2] Shorten desc --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 99ab781..1f34da5 100644 --- a/source.md +++ b/source.md @@ -657,7 +657,7 @@ This section contains libraries that take an experimental or unorthodox approach - [Very Good Cli](https://github.com/VeryGoodOpenSource/very_good_cli) - Very Good Command Line Interface for Dart created by [Very Good Ventures](https://github.com/VeryGoodOpenSource) - [Flutter Sidekick](https://github.com/leoafarias/sidekick) - Simple app to make Flutter development more delightful by [Leo Farias](https://github.com/leoafarias) - [Dart Code Metrics](https://github.com/dart-code-checker/dart-code-metrics) - Additional linter which reports code metrics, checks for anti-patterns and provides additional rules for the Dart analyzer by [Dart Code Checker team](https://github.com/dart-code-checker). -- [Melos](https://github.com/invertase/melos) - A tool for managing Dart projects with multiple packages. Supports automated versioning, changelogs & publishing via Conventional Commits. By [Invertase](https://github.com/invertase) +- [Melos](https://github.com/invertase/melos) - Manage projects with multiple packages, automated versioning, changelogs & publishing via Conventional Commits by [Invertase](https://github.com/invertase) ### VSCode