0.4.0 • Published 3 years ago

@sisou/oclif-plugin-repl v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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