0.1.1 • Published 5 years ago

oclif-plugin-repl v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

oclif-plugin-repl

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

Installation

npm i -S oclif-plugin-repl

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

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

Commands

<your-command> repl [INPUT]

This command will open a repl session for you to execute your commands

USAGE
  $ <your-command> repl [INPUT]

EXAMPLE
  $ repl

See code: src/commands/repl.ts