3.5.0 • Published 5 years ago

@megasaur/listable v3.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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);
};
3.5.0

5 years ago