@0x-lerna-fork/listable

Shared logic for listing package information

Usage no npm install needed!

<script type="module">
  import 0xLernaForkListable from 'https://cdn.skypack.dev/@0x-lerna-fork/listable';
</script>

README

@0x-lerna-fork/listable

Shared logic for listing package information

This is an internal package for Lerna, YMMV.

Usage

listable.format()

const listable = require("@0x-lerna-fork/listable");

const { text, count } = listable.format(packages, options);

listable.options()

const listable = require("@0x-lerna-fork/listable");

exports.builder = yargs => {
  listable.options(yargs);
};

Install lerna for access to the lerna CLI.