replcator

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

/replcator/

    Package Sidebar

    Install

    npm i replcator

    Weekly Downloads

    54

    Version

    0.2.4

    License

    MIT

    Last publish

    Collaborators

    • mrmarbles