@0x-lerna-fork/listable 中文文档教程
@0x-lerna-fork/listable
列出包信息的共享逻辑
这是 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);
};
安装 lerna 以访问 lerna
CLI。
@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.