mozfee
v0.1.5
Published
MozRepl + CoffeeScript + α
Downloads
43
Readme
Mozfee
Mozrepl + CoffeeScript.
Install
Mozfee is installed using Node and npm.
npm install mozfee -gUsage
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.
