sandro-pasquali / Clio

Nodejs command line interpreter and printer

Home Page:http://www.unifiedapplications.com/github/Clio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.");

About

Nodejs command line interpreter and printer

http://www.unifiedapplications.com/github/Clio

License:MIT License


Languages

Language:JavaScript 100.0%