Skip to content

bchmn/lerna-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published