mongo-hacker
mongo-hacker copied to clipboard
Load RC extensions from a subdirectory
Instead of concatenating JavaScript files with make
, refactor Mongo Hacker so the base functionality is bootstrapped in ~/mongorc.js
and extensions are loaded from a subdirectory like ~/mongorc
. This will allow easier management of core and third-party shell extensions.