0.0.8 • Published 8 years ago
dobukulbira v0.0.8
dobukulbira
REPL console for modern node.js app.
Usage
Create a config file named dobukulbira.config.js with the following contents.
module.exports = {
mongodb: {
url: "your mongodb url",
options: {}
},
modelsDir: "models"
}And then dobukulbira to start repl!