1.1.0 • Published 2 years ago

yarn-changed v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Yarn Changed (Seriously, how does this not exist yet?)

Contributions and PRs welcome

This CLI package compares to the default branch and tells you which workspace packages have changed. It also outputs the changed packages in order of dependency. Ideally we can use this to get build order and bake it into automation without having to bring on Lerna. This is also only focused on GIT so if your repo isn't using git, then you're going to have a bad time.

Help Output

Usage: workspaces [options]

Get the ordered list of which workspaces have changed since the reference commit

Options:
  -V, --version          output the version number
  -r, --ref <value>      Github ref to compare from.  Can be `ref/tags/<tag>` or `<branch>` or `12345678987654321`
  -p, --package <value>  path to root package.json (default: "./package.json")
  -i, --info             Show verbose workspace info (default: false)
  -j, --json             Output as json (default: false)
  -h, --help             display help for command
1.1.0

2 years ago

1.0.0

2 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.5.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago