vorpal-repl

REPL extension for Vorpal.js

MIT 4 个版本
安装
npm install vorpal-repl
yarn add vorpal-repl
pnpm add vorpal-repl
bun add vorpal-repl
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

版本列表
1.1.8 2015-08-24
1.1.7 2015-08-24
1.1.6 2015-08-24
1.1.5 2015-08-24