@pubbo/listable
@pubbo/listable
npm i @pubbo/listable
@pubbo/listable

@pubbo/listable

🐉 Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

by lerna

0.2.5 (see all)License:MITTypeScript:Not Found
npm i @pubbo/listable
Readme

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

No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate