2.0.1 • Published 4 years ago
@typescript-tools/internal-dependers v2.0.1
internal-dependers
Calculate dependents of a package in the same monorepo
Install
npm install --save-dev @typescript-tools/internal-dependersUse
Usage:
    internal-dependers [--root <root>] [--path] <package>...
Options:
    packages         Package names or paths to print dependers of (also reads from stdin)
    --root=<root>    Root of lerna mono-repository
    --path           Print the relative path to each package from rootinternal-dependers reads one or more packages either as arguments
or from stdin, and outputs the internal packages that depend on that
list, either directly or transitively.
Packages may be specified by path or by (scoped) name.
Examples
Note: all examples run from the root of this monorepo
$ node ./packages/internal-dependers/dist/src/index.js @typescript-tools/hoisted-packages
@typescript-tools/hoisted-package-json
@typescript-tools/use-hoisted-version$ npx internal-dependers --path @typescript-tools/hoisted-packages
packages/hoisted-package-json
packages/use-hoisted-version2.0.1-beta.1
4 years ago
2.0.1
4 years ago
2.0.0-beta.2
4 years ago
2.0.0
4 years ago
1.0.5-beta.1
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
5 years ago
1.0.1
5 years ago
0.0.2
5 years ago