Basic importing of extension nodes
Figured I should throw this out there - I've been hacking together some nodes in separate repos so I can more easily jump between commits/branches of the main codebase. I started copy/pasting this snippet when I do so that I can have an extensions folder with all the git repos in it.
Not the right approach for end-users, but slightly nicer experience for when people are developing nodes for now and want to say "Hey try this out" I think?
Could this maybe pull from configuration and then be imported? @lstein? The order would be important, but it would allow us to add something like "extension node directories" as a configuration value, then hunt for and auto-import modules.
Closing this in lieu of @psychedelicious's extension solutions in 3.4