This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@lerna/listable

6.4.1 • 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);
};

Install lerna for access to the lerna CLI.

Readme

Keywords

Package Sidebar

Install

npm i @lerna/listable

Homepage

lerna.js.org

Weekly Downloads

478,084

Version

6.4.1

License

MIT

Unpacked Size

9.75 kB

Total Files

6

Last publish

Collaborators

  • jameshenry
  • nrwlowner