New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lerna-list

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna-list

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

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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!

FAQs

Package last updated on 13 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts