@yoitsro/lerna-listable

3.5.0 • Public • Published

@lerna/listable

Shared logic for listing package information

This is an internal package for Lerna, YMMV.

Usage

listable.format()

const listable = require('@lerna/listable');

const { text, count } = listable.format(packages, options);

listable.options()

const listable = require('@lerna/listable');

exports.builder = yargs => {
  listable.options(yargs);
};

Readme

Keywords

Package Sidebar

Install

npm i @yoitsro/lerna-listable

Weekly Downloads

0

Version

3.5.0

License

MIT

Unpacked Size

6.68 kB

Total Files

7

Last publish

Collaborators

  • yoitsro