Skip to content

spro/qrepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrepl

Quick repl helper

npm install qrepl
qrepl = require 'qrepl'

history_name = 'test'

runLine = (line, cb) ->
    cb null, 'your line was ' + line

qrepl history_name, runLine
> hello
your line was hello

A history file will be saved as ~/.[history_name].qrepl

About

quick repl helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published