@erquhart/lerna-listable
v3.14.0
Published
Shared logic for listing package information
Downloads
4
Readme
@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.