flatiron-repl

0.1.2 • Public • Published

Flatiron-REPL

Allow your app to get a repl easily

app.use(require('flatiron-repl'), {
  port: 1337,
  whitelist: [
    '127.0.0.1',
    {address:'10.0.0.1', port: '777'}
  ]
});

Client executable included

rrepl 1337

And once we are in the REPL

> app.config.get('database:url')
'127.0.0.1:5984'

Readme

Keywords

none

Package Sidebar

Install

npm i flatiron-repl

Weekly Downloads

1

Version

0.1.2

License

BSD

Last publish

Collaborators

  • bradleymeck