outmoded / reptile

Plugin for creating a REPL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reptile

hapi plugin for creating a REPL

Build Status

NPM

Lead Maintainer: Wyatt Preul

The following options are available when configuring 'reptile':

  • port - the port to use to connect to the REPL. Defaults to port 9000.
  • localOnly - determines if only traffic from localhost is allowed to connect to the REPL. Defaults to true.
  • context - an object whose properties will be added to the REPL context
  • replOptions - an object whose properties will be passed along to Repl.start

About

Plugin for creating a REPL

License:Other


Languages

Language:JavaScript 100.0%