Open cardoso opened 1 year ago
This need came up in https://github.com/itowlson/spin-pluginify/pull/6 and npx/dpx can be used as a reference:
https://www.npmjs.com/package/npx https://deno.land/x/dpx
This can also be be a separate plugin, but at least basic sandboxing / temporary plugin installation and running should be supported by spin for it to be reliable.
+1. Seems like a nice to have, especially for plugins like spin-pluginify that are executed once.
spin-pluginify
This need came up in https://github.com/itowlson/spin-pluginify/pull/6 and npx/dpx can be used as a reference:
https://www.npmjs.com/package/npx https://deno.land/x/dpx
This can also be be a separate plugin, but at least basic sandboxing / temporary plugin installation and running should be supported by spin for it to be reliable.