UNPKG

nexi

Version:
5 lines (3 loc) 152 B
const bootstrap = require('./bootstrap') const repl = require('repl') bootstrap().then(c => repl.start('> ').context.context = c).catch(console.error)