UNPKG

notebox

Version:

powerful command line based note taking app.

7 lines (6 loc) 146 B
module.exports=function(data,options){ data.forEach(function(item){ process.stdout.write(item.data); // console.log(item.data); }); }