flick-network / pkg-x86

Package your Node.js project into an executable, but the target is an age-old legacy Windows!
https://npmjs.com/pkg-x86
MIT License
0 stars 0 forks source link
32bit exe pkg windows x86

pkg-x86

Package your Node.js project into an executable, but the target is an age-old legacy 32bit Windows PC!

:innocent: To make this exe console-less, you can try my Gist in GoLang!

Use Case

Solution

Usage

npm install -g pkg-x86

How to use in terminal:

pkg-x86 [options] <input>

  Options:

    -i        index or entry file of your node app [mandatory] 
              (Show dist/index.js in case of typescript projects)
    -o        ouputfile.exe name if you want to specify [optional]
              (output.exe will be the default)

  Examples:

  – Makes executables for Windows 32bit
    $ pkg-x86 index.js

Maintained by Flick.