Denis 346b78aee1 first commit 2 роки тому
..
lib 346b78aee1 first commit 2 роки тому
CHANGELOG.md 346b78aee1 first commit 2 роки тому
LICENSE 346b78aee1 first commit 2 роки тому
README.md 346b78aee1 first commit 2 роки тому
index.js 346b78aee1 first commit 2 роки тому
package.json 346b78aee1 first commit 2 роки тому

README.md

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