PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
cliff
/
examples
var cliff = require('../lib/cliff'); var rows = [ ['Name', 'Flavor', 'Dessert'], ['Alice'.grey, 'cherry'.cyan, 'yogurt'.yellow], ['Bob'.magenta, 'carmel'.rainbow, 'apples'.white], ['Joe'.italic, 'chocolate'.underline, 'cake'.inverse], ['Nick'.bold, 'vanilla', 'ice cream'] ]; cliff.putRows('data', rows, ['red', 'blue', 'green']);
[-] put-rows-colors.js
[edit]
[-] inspect.js
[edit]
[-] string-rows.js
[edit]
[-] put-rows.js
[edit]
[-] string-object-rows.js
[edit]
[-] put-object.js
[edit]
[+]
..
[-] put-object-rows.js
[edit]