Hacker News new | ask | show | jobs
by fredsted 842 days ago
My company ships a simple CLI, it's written in Node.js so it can be installed on any platform using npm. A a Docker image is also provided. Most of the target audience has either of these installed.
1 comments

I think deno could compile js / ts scripts into a single cross-platform executable.

No npm or docker needed.