/Clio

Nodejs command line interpreter and printer

Primary LanguageJavaScriptMIT LicenseMIT

Clio

Command-line tools for node.js

Installation

$ npm install clio

Usage

var clio = require("clio");
 
clio.print("@redThis will be red and @blueThis will be blue and @@This will be uninspired.");