PATH:
usr
/
local
/
n
/
versions
/
node
/
12.14.1
/
lib
/
node_modules
/
npm
/
node_modules
/
cli-columns
const chalk = require('chalk'); const columns = require('.'); const values = [ 'blue' + chalk.bgBlue('berry'), '笔菠萝' + chalk.yellow('苹果笔'), chalk.red('apple'), 'pomegranate', 'durian', chalk.green('star fruit'), 'パイナップル', 'apricot', 'banana', 'pineapple', chalk.bgRed.yellow('orange') ]; console.log(''); console.log(columns(values)); console.log('');
[+]
..
[-] package.json
[edit]
[-] test.js
[edit]
[-] index.js
[edit]
[-] color.js
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]