TylerBrock / mongo-hacker

MongoDB Shell Enhancements for Hackers
tylerbrock.github.io/mongo-hacker
MIT License
1.79k stars 235 forks source link

Load RC extensions from a subdirectory #205

Closed stennie closed 2 years ago

stennie commented 5 years ago

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.