Skip to content

azz/lerna-get-packages

Repository files navigation

lerna-get-packages

Get an array of packages from a lerna monorepo.

Travis Prettier npm semantic-release License

install

npm install --save lerna-get-packages

usage

const lernaGetPackages = require('lerna-get-packages');
const packages = lernaGetPackages(__dirname);

Returns an array of objects with the properties:

  • location: file system path to the package.
  • package: contents of the package.json file for the package.

About

Get a list of packages from a lerna repository

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages