2.0.1 • Published 3 years ago

@typescript-tools/containing-packages v2.0.1

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

containing-packages

License NPM Package Build Status semantic-release

Map a list of files into the list of packages containing those files

Install

npm install @typescript-tools/containing-packages

Use

Usage:
    containing-packages [--root <root>] <file>...

Options:
    --root=<root>    Root of lerna mono-repository

Example

$ npx ts-node ./src/index.ts packages/containing-packages/src/index.ts

@typescript-tools/containing-packages

Related