Vorpal Repl

Simple REPL extension for vorpal.js
Alternatives To Vorpal Repl
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Reticulate1,5051881566 days ago30January 26, 2022473apache-2.0R
R Interface to Python
Clj Ssh202
722 years ago39March 20, 201629Clojure
SSH commands via jsch
Go Repl189
9 years agoJune 04, 20215Go
A Go REPL. Builds up a source .go file over time, compiles it for output.
Flok187
a month ago26gpl-3.0TypeScript
Web-based P2P collaborative editor for live coding sounds and images
Local Repl13812112 years ago9May 06, 20187mitJavaScript
🐚 Project-specific configuration for the Node.js REPL
Programming4everybody54
5 months agootherRuby
https://info.lewagon.com/programming-for-everybody-tokyo
Activeshell53
11 years agomitJavaScript
A shell for the Web
Vim Worksheet30
8 years ago1Python
Worksheet for Vim
Multigraphs.jl29
2 months ago6mitJulia
A multigraph extension of Graphs.jl
Swam2532 years ago4July 11, 20203apache-2.0WebAssembly
WebAssembly engine in Scala
Alternatives To Vorpal Repl
Select To Compare


Alternative Project Comparisons
Readme

vorpal-repl

Build Status

REPL extension for Vorpal.js. Installs the repl command, which drops you into a REPL session within the context of the application. Built in to Vantage.js by default.

Installation
npm install vorpal-repl
npm install vorpal
Programmatic use
// index.js
const Vorpal = require('vorpal');
const repl = require('vorpal-repl');

const vorpal = Vorpal();

vorpal
  .delimiter('node~$')
  .use(repl)
  .show();

License

MIT

Popular Repl Projects
Popular Session Projects
Popular User Interface Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Session
Repl