X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/cli-columns
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
cli-columns
/
ð
..
ð
LICENSE
(1.1 KB)
ð
README.md
(2.61 KB)
ð
color.js
(384 B)
ð
index.js
(1.59 KB)
ð
package.json
(1.75 KB)
ð
test.js
(1.74 KB)
Editing: color.js
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('');
Upload File
Create Folder