hyperpotamus icon indicating copy to clipboard operation
hyperpotamus copied to clipboard

Plugin registration/discovery framework

Open pmarkert opened this issue 8 years ago • 0 comments

I would like to improve the way that plugins are registered and linked. Right now, the cli takes a single path/directory and all javascript files in that directory are loaded as plugins. I don't remember if it already supports multiple directories, but perhaps we could use node's require syntax more directly and allow any installed plugin that can be required to be loaded. Also consider allowing environment variables to be configured for which plugins to register/require.

pmarkert avatar Nov 18 '16 13:11 pmarkert