Skip to content

Instantly share code, notes, and snippets.

@dd1994
Created November 28, 2015 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dd1994/e2603c9344d54a49c12a to your computer and use it in GitHub Desktop.
Save dd1994/e2603c9344d54a49c12a to your computer and use it in GitHub Desktop.
node repl example
'use strict'
const repl = require('repl')
let r = repl.start("-> ")
let c = r.context
c.msg = "awesome repl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment