Skip to content

Instantly share code, notes, and snippets.

View SimonKaluza's full-sized avatar

Simon Kaluza SimonKaluza

View GitHub Profile
@nnarhinen
nnarhinen / README.md
Last active June 25, 2019 09:33
Rails-like console with express.js, bookshelf.js and node-repl-promised

Install node-repl-promised: npm install -g repl-promised

Use the repl to list all users

$ node-promised
> var app = require('./app');
undefined
> var Bookshelf = app.get('bookshelf');
undefined