rauschma / nodejs-shell-scripting

3 stars 0 forks source link

Creating cross-platform shell scripts #14

Open rauschma opened 2 years ago

lynxtaa commented 1 year ago

The npm package pkg turns a Node.js package into a native binary that even runs on systems where Node.js isn’t installed. It supports the following platforms: Linux, macOS, and Windows.

But it doesn't support ES modules: https://github.com/vercel/pkg/issues/1291

Awesome book BTW :)