Question Details

No question body available.

Tags

git node.js plugin-architecture npm

Answers (1)

October 7, 2025 Score: 0 Rep: 1 Quality: Low Completeness: 10%

I think your first idea at 3. is doable, and portable to runtimes other than Node.js, if that is something you might want to do in the future.

You might want to also look at the Bun plugin model, just to see how that runtime handles the domain of plugins.