lerna-atlas
v0.0.5
Published
Tool that generates packages list in Lerna monorepo
Maintainers
Readme
lerna-atlas
Small tool for generating a list of packages in Lerna monorepo readme file.
Installation
npm install -g lerna-atlasUsage
Add the following lines to your README.md file:
<!--- LERNA_PACKAGES --->
<!--- /LERNA_PACKAGES --->In terminal, run the following command:
lerna-atlasYou can optionally specify other readme file:
lerna-atlas -s source/readme.md -d destination/readme.md