https://github.com/replit/repl.sh
Sometimes you need a shell (alpha release)
https://github.com/replit/repl.sh
Last synced: 10 months ago
JSON representation
Sometimes you need a shell (alpha release)
- Host: GitHub
- URL: https://github.com/replit/repl.sh
- Owner: replit
- Archived: true
- Created: 2018-07-09T22:58:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T15:39:04.000Z (almost 3 years ago)
- Last Synced: 2025-03-08T02:16:35.435Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 37
- Watchers: 4
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repl.sh
> A command line helper for [repl.it](http://repl.it)
[![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url]
## Install
$ npm install -g repl.sh
## Usage
Usage: repl.sh [options]
connect your local environment to repl.it
Options:
-V, --version output the version number
-G, --goval [host] goval host to connect to (default: eval.repl.it)
-P project mode, implies -Fwr
-l, --language [language] language to use (default: bash)
-f, --file [value] provide file to container (takes globs) (default: )
-F send files in current directory, honoring .gitignore
-w, --watch watch files for changes and resend them
-c, --send [string] send string shell after connect
-s, --save commit files back to the replit
-r, --reset reset on change
-h, --help output usage information
Examples:
repl.sh Connect to a bash shell in the cloud
repl.sh -P Upload the project in the current directry and attach
## License
MIT © 2018 Neoreason
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: LICENSE
[npm-url]: https://npmjs.org/package/repl.sh
[npm-version-image]: http://img.shields.io/npm/v/repl.sh.svg?style=flat
[npm-downloads-image]: http://img.shields.io/npm/dm/repl.sh.svg?style=flat