Skip to content

Repository files navigation

NPM to EXE

Pack a JavaScript local project to a portable executable.

NPM Dependency CI & CD

NPM

Usage

# build your project first
npm run build
# pack current project
npm2exe .
# pack other project
npm2exe path/to/project

Options:

  • --arch <x86|ia32|x64|arm|arm64> target runtime architecture (ia32 maps to x86, arm maps to armv7l)
  • --platform <linux|darwin|win|win32> target platform (default current platform)
  • --node-version <version> specific runtime version (for example v22.18.0)
  • --output <name> output bundle file name (default package name; Windows appends .exe)

About

Pack a JavaScript local project to a portable executable.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages