@architect/repl is a module that creates a REPL for your Architect projects.
npm i @architect/repl
Creates a REPL using the repl
package, and, if the NODE_ENV
environment variable is set to testing
, will create and attach a
@architect/sandbox
database for use with the REPL.
Returns the REPL server instance instantiated via repl
.