0.1.5 • Published 11 years ago

mozfee v0.1.5

Weekly downloads
27
License
-
Repository
github
Last release
11 years ago

Mozfee

Mozrepl + CoffeeScript.

Install

Mozfee is installed using Node and npm.

npm install mozfee -g

Usage

Run mozfee command.

$ mozfee

  ... Greetings from Mozrepl ...
  
mozfee> 

How to end the REPL

  • repl.quit() or
  • ctrl-c/ctrl-d

Writing multiline code

Ending the line with '\' will enable continuation mode. Continuation mode continues untill you pass an empty line.

mozfee> f = (x)-> \
......>     console.log x
......>     x
......>
function() {...}
mozfee>

Options

You can't pass any options currently.

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago