Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

outmoded/reptile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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