1.0.0 • Published 2 years ago

monorepo-dependencies v1.0.0

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

monorepo-dependencies

npm NPM

Get the local dependency package path of lerna and yarn in the workspace

Usage

const { monorepoDependenciesLocalPaths } = require('monorepo-dependencies');

monorepoDependenciesLocalPaths('@scope/core');

In the yarn or lerna workspace, obtain the local dependency package path through the package name.