Lines Matching refs:cli
1 cli-table3
4 [](https://www.npmjs.com/package/cli-tab…
5 …](https://travis-ci.c…
10 `cli-table3` is based on (and api compatible with) the original [cli-table](https://github.com/Auto…
11 and [cli-table2](https://github.com/jamestalmage/cli-table2), which are both
12 unmaintained. `cli-table3` includes all the additional features from
13 `cli-table2`.
17 ## Features not in the original cli-table
25 - API compatible with the original cli-table.
26 - Exhaustive test suite including the entire original cli-table test suite.
27 …s ([basic](https://github.com/cli-table/cli-table3/blob/master/basic-usage.md), [advanced](https:/…
43 npm install cli-table3
49 - [basic-usage](https://github.com/cli-table/cli-table3/blob/master/basic-usage.md) - covers basic …
50 - [advanced](https://github.com/cli-table/cli-table3/blob/master/advanced-usage.md) - covers using …
52 This package is api compatible with the original [cli-table](https://github.com/Automattic/cli-tabl…
57 var Table = require('cli-table3');
76 var Table = require('cli-table3');
93 var Table = require('cli-table3');
191 - Guillermo Rauch - author of the original cli-table <guillermo@learnboost.com> ([Guille](htt…
199 Original cli-table code/documentation: Copyright (c) 2010 LearnBoost <dev@learnboost.com>