lerna-list
v1.0.3
Published
Generates `sub-modules.md - a list of sub-modules in a lerna/yarn mono-repo
Downloads
2
Readme
lerna-list
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
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!