0.1.3 • Published 9 years ago
qrepl v0.1.3
qrepl
Quick repl helper
npm install qreplqrepl = require 'qrepl'
history_name = 'test'
runLine = (line, cb) ->
cb null, 'your line was ' + line
qrepl history_name, runLine> hello
your line was helloA history file will be saved as ~/.[history_name].qrepl