@hypercubed/replit
v0.0.3
Published
sometimes you need a repl (inspired by http://defunkt.io/repl/)
Downloads
4
Readme
replit
sometimes you need a repl (inspired by http://defunkt.io/repl/)
Description
replit
wraps a non-interactive shell command in an interactive read-eval-print-loop (repl) prompt.
Each line you type into the prompt is executed as arguments to command.
Anything written to standard output or standard error by the command is displayed.
Status
WIP
Installation
$ npm install -g @hypercubed/replit
Usage
Usage: replit [options] <cmd>
Options:
-h, --help output usage information
-V, --version output the version number
Example
replit echo
License
Copyright (c) 2013-2018 Jayson Harshbarger MIT License
Acknowledgments
Built using generator-commader, inspired by http://defunkt.io/repl/.