This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Josh Goldberg 💖
joshuakgoldberg.com
did:plc:hwtki3j7oghodc7h6gqnrtro
I have a Node.js project that needs to be able to:
1. Take a package name string
2. Install that to a tmp directory
3. Dynamic import() that package
I.e. what npx / npm exec does, but in JS/TS code, not shell.
Has anybody written this already? I'd prefer to reuse than to maintain this myself.
2024-12-20T15:44:44.155Z