@sisou/oclif-plugin-repl
v0.4.0
Published
A plugin that allows command interaction through a read-eval-print loop.
Downloads
74
Readme
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