PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
cliff
/
examples
var cliff = require('../lib/cliff'); var rows = [ ['Name', 'Flavor', 'Dessert'], ['Alice', 'cherry', 'yogurt'], ['Bob', 'carmel', 'apples'], ['Joe', 'chocolate', 'cake'], ['Nick', '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]