0.4.0 • Published 12 years ago

yui-repl v0.4.0

Weekly downloads
4
License
-
Repository
-
Last release
12 years ago

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

0.4.0

12 years ago

0.3.0

12 years ago

0.2.1

13 years ago

0.2.0

13 years ago

0.1.0

13 years ago

0.0.9

13 years ago

0.0.8

13 years ago

0.0.7

13 years ago

0.0.6

13 years ago

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago