Description
- Some cool feature
Lists dependents of a certain package
Checks that all packages use local package as a dependency
Options:
--all
: Check all packages in the repository--json
: Serialize output to json--error
: Exit process with status 1 instead of just printing version conflicts. Useful in CI--workspace
: Check dependents of a specific workspace. You can specify--workspace
multiple times. Conflicts with--all
Make all packages that do not use local package as a dependency to use it
Options:
--all
: Fix versions for all packages in the repository--workspace
: Fix dependents of a specific workspace. You can specify--workspace
multiple times. Conflicts with--all
--dedupe
: Run dedupe after fixing version conflicts
Usage: packster run test
Options:
--workspace
: Run the command in a specific workspace. You can specify--workspace
: multiple times. Conflicts with--all
--all
: Run the command in all workspaces--except
: Run the command in all workspaces except for specified packages. You can specify--except
multiple times. Conflicts with--workspace
--interrupt
: Fail on the first encountered error
List all packages in the repository
Everyone is welcome to contribute in any way or form! For the further details, please read CONTRIBUTING.md
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details