Command-line tools for node.js
$ npm install clio
var clio = require("clio");
clio.print("@redThis will be red and @blueThis will be blue and @@This will be uninspired.");
Command-line tools for node.js
$ npm install clio
var clio = require("clio");
clio.print("@redThis will be red and @blueThis will be blue and @@This will be uninspired.");