This package has been deprecated

Author message:

use 'getPackages' from @lerna/project

lerna-packages

0.0.2 • Public • Published

Lerna Packages

Get basic information about all your lerna packages.

Usage

npm i lerna-packages
const lernaPackages = require('lerna-packages');
const allPackages = lernaPackages();

lernaPackages({ options })

Returns an array of objects with the following data structure:

{ 
  name: String,
  private: Boolean,
  version: String,
  registry: String,
  path: String  
}

Options

  • rootDir The directory containing your lerna.json. Defaults to the directory where you invode the function.
  • additionalKeys An array of additional keys to pull from the modules package.json. Defaults to [].

Readme

Keywords

Package Sidebar

Install

npm i lerna-packages

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

2.58 kB

Total Files

3

Last publish

Collaborators

  • bchmn