1.0.5 • Published 7 months ago

get-packages-from-changeset v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

What does this do?

If you are using Changesets package to track changes in the monorepo with multiple projects, then you, maybe would also need the list of the changed projects. For example to use in the pipelines to do something with changed packages. Then this utility can be handy. It going to changeset folder, parse all .md files and output list of projects that mentioned there.

How to use it?

Execute:

npx get-packages-from-changeset
npx get-packages-from-changeset .changeset-folder -f json

Where:

  • .changeset-folder - Folder that contains changeset files. Default value: .changeset.
  • -f, --format json | text - Format of the output. Supported formats: text and json. Default value: text.
1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago