CLI-Presenter
A node-cli presenter based on REPL. Simply pass an array of commands, the context for the eval and your custom repl config.
API
Usage
Simply hit RETURN.
- Pressing RETURN shows the next command
- Pressing RETURN again, runs the command
- Pressing RETURN shows the next command
… and so on….
Example
var Presenter = ; { console;} var context = myFunction : myFunction; var commands = "console.log('my cli presentation');" "myFunction();"; var presenterRepl = ;