UNPKG

@oclif/table

Version:

Display table in terminal

24 lines (14 loc) 782 B
<img src="https://user-images.githubusercontent.com/449385/38243295-e0a47d58-372e-11e8-9bc0-8c02a6f4d2ac.png" width="260" height="73"> [![Version](https://img.shields.io/npm/v/@oclif/table.svg)](https://npmjs.org/package/@oclif/table) [![Downloads/week](https://img.shields.io/npm/dw/@oclif/table.svg)](https://npmjs.org/package/@oclif/table) [![License](https://img.shields.io/npm/l/@oclif/table.svg)](https://github.com/oclif/table/blob/main/LICENSE) # Description Print tables to the terminal using [ink](https://www.npmjs.com/package/ink) # Examples You can see examples of how to use it in the [examples](./examples/) directory. You can run any of these with the following: ``` tsx examples/basic.ts ``` # Contributing See the [contributing guide](./CONRTIBUTING.md).