Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

vorpal-repl

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vorpal-repl

REPL extension for Vorpal.js

latest
Source
npmnpm
Version
1.1.8
Version published
Maintainers
1
Created
Source

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

Keywords

api

FAQs

Package last updated on 24 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts