plugin-repl

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

Usage no npm install needed!

<script type="module">
  import pluginRepl from 'https://cdn.skypack.dev/plugin-repl';
</script>

README

plugin-repl

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

oclif Version Codecov Downloads/week License

Usage

$ npm install -g plugin-repl
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
plugin-repl/0.1.0 darwin-x64 node-v10.15.1
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example repl [INPUT]

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

USAGE
  $ oclif-example repl [INPUT]

EXAMPLE
  $ repl

See code: src/commands/repl.ts