repl-eval-actor

0.2.4 • Public • Published

Build Status

replcator

A Read-eval-print loop / REPL / CLI / command line interface application framework for Nodejs.

Installation

 npm install replcator

Use

See examples for more detailed use-cases.

var repl = require('replcator').getInstance();

repl.on('do {something}', function(repl, options) {
  console.log('You want to do %s', options.something);
  repl.next();
});

repl.start();

Testing

 npm test

License

MIT License

/repl-eval-actor/

    Package Sidebar

    Install

    npm i repl-eval-actor

    Weekly Downloads

    5

    Version

    0.2.4

    License

    MIT

    Unpacked Size

    17.3 kB

    Total Files

    10

    Last publish

    Collaborators

    • anjunabeach1