From f4164280c9da4fc7e984b18ca2e19c603235e5cf Mon Sep 17 00:00:00 2001 From: bluwy Date: Wed, 12 Aug 2026 16:37:28 +0800 Subject: [PATCH] Add readme note about formatly --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index caad4ab..2da1183 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ Options can be passed to the second parameter: - `stopDir`: The path to stop traversing up the directory. - `packageManager`: The package manager to use for executing the formatter's command. If not specified, it will use `package-manager-detector` to detect the package manager. +## Thanks + +The core idea of this package is based on [formatly](https://github.com/JoshuaKGoldberg/formatly), but implemented for Changesets' needs. However, it is still generic enough to be used by other projects than Changesets. + ## License MIT