Pry.js
Node REPL / Debugger
What is a REPL
● Read - Eval - Print - Loop
● Node / Coffee have them built in
○ They don’t stop in your code
● Pry (ruby) and Debugger (js)
Installing
Easy, via NPM.
npm install --save-dev pryjs
Commands
● help
● whereami
● play
● wtf
Live Coding
Thank you!
@blainesch

Pryjs