@pubbo/listable

0.2.5 • Public • Published

@pubbo/listable

Shared logic for listing package information

This is an internal package for Lerna, YMMV.

Usage

listable.format()

const listable = require("@pubbo/listable");

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

listable.options()

const listable = require("@pubbo/listable");

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

Install lerna for access to the lerna CLI.

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @pubbo/listable

    Weekly Downloads

    0

    Version

    0.2.5

    License

    MIT

    Unpacked Size

    14.1 kB

    Total Files

    7

    Last publish

    Collaborators

    • robbie-cook