Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lerna-list

tufan-io8Apache-2.01.0.3TypeScript support: included

Generates `sub-modules.md - a list of sub-modules in a lerna/yarn mono-repo

readme

lerna-list

npm license travis status Build status Coverage Status David David Commitizen friendly semantic-release

NPM

Generates a list of lerna-packages or yarn-workspace modules, writing is as a markdown file. Helps document all contained sub-modules in a lerna repo.

Usage

The primary purpose is to generate a sub-modules.md file with a list of all contained submodules.

npm i lerna-list
npx lerna-list
import { writeMarkdown } from 'lerna-list';
writeMarkdown();

Development Tooling

License

Apache-2.0

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Support

Bugs, PRs, comments, suggestions welcomed!