0.0.3 • Published 7 years ago

@hypercubed/replit v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

replit Build Status NPM version

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/.