yui-repl

A NodeJS REPL environment preloaded with a Y variable populated by a YUI sandbox.

OTHER License

Downloads
34
Stars
16
Committers
1

YUI REPL

A NodeJS REPL environment preloaded with a Y variable populated by a YUI sandbox.

Install

npm install yui-repl

Usage

yui3

Commands

.import {url} Import this url into the REPL context and bind Y to the DOM.

.use {modules,to,use} Modules to load into to the Y context inside the REPL

.io {url} Make an IO request to the passed URL

.headers {url} Make an IO request to the passed URL and return the headers

.yql {sql} Make an YQL request with the passed SQL statement

.debug Toggle the debug config on the YUI instance, outputs the new debug setting.

Screencast

Here is a simple little screencast of it in action: View Video

Package Rankings
Top 13.03% on Npmjs.org
Related Projects