https://github.com/hypercubed/replit
sometimes you need a repl
https://github.com/hypercubed/replit
Last synced: about 1 year ago
JSON representation
sometimes you need a repl
- Host: GitHub
- URL: https://github.com/hypercubed/replit
- Owner: Hypercubed
- Created: 2013-06-30T12:29:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T04:28:23.000Z (over 8 years ago)
- Last Synced: 2025-05-23T01:11:12.516Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
replit [](https://travis-ci.org/Hypercubed/replit) [](http://badge.fury.io/js/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
Useful but not under active development.
# Installation
```
$ npm install -g @hypercubed/replit
```
# Usage
```
Usage: replit [options]
Options:
-h, --help output usage information
-V, --version output the version number
```
# Example
```
replit echo
```
# License
Copyright (c) 2013-2018 Jayson Harshbarger
[MIT License](http://en.wikipedia.org/wiki/MIT_License)
# Acknowledgments
Built using [generator-commader](https://github.com/Hypercubed/generator-commander), inspired by [http://defunkt.io/repl/](http://defunkt.io/repl/).