3.20.1 • Published 4 years ago

@merna/listable v3.20.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

@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.

3.20.1

4 years ago

3.20.0

4 years ago