@sisou/oclif-plugin-repl

0.4.0 • Public • Published

oclif-plugin-repl

A plugin that allows command interaction through a read-eval-print loop.

Installation

npm i -S @sisou/oclif-plugin-repl

Then update package.json to include it in your list of oclif plugins.

"oclif": {
  "plugins": [
    "@sisou/oclif-plugin-repl"
  ]
},

Commands

<your-command> repl

Open an interactive REPL session to run commands

USAGE
  $ <your-command> repl

DESCRIPTION
  Open an interactive REPL session to run commands

EXAMPLES
  $ repl

See code: src/commands/repl.ts

Readme

Keywords

Package Sidebar

Install

npm i @sisou/oclif-plugin-repl

Weekly Downloads

2

Version

0.4.0

License

MIT

Unpacked Size

219 kB

Total Files

8

Last publish

Collaborators

  • sisou