6 ms·
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 a
by fredsted 3y 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.
- Alifatisk 3y agoI think deno could compile js / ts scripts into a single cross-platform executable. No npm or docker needed.