An emdaer plugin that generate a list of lerna packages in a project.
npm install @emdaer/plugin-list-lerna-packagesAn emdaer plugin that generate a list of lerna packages in a project.
@emdaer/plugin-list-lerna-packages is an emdaer plugin โ see the emdaer monorepo for more information
`` Render a markdown list of the names and optional descriptions of lerna packages. Parameters Examplesmd`listLernaPackagesPlugin
options {pattern: string?, links: boolean?, descriptions: boolean?} options.pattern string? Relative glob path to lerna packages.options.links boolean? Whether to link to each package.options.descriptions boolean? Whether to include each package description.
`javascript``
Returns Promise<string> The markdown list.