@erquhart/lerna-listable

Shared logic for listing package information

Usage no npm install needed!

<script type="module">
  import erquhartLernaListable from 'https://cdn.skypack.dev/@erquhart/lerna-listable';
</script>

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.