/nodejs-exe-example

.exe CLI application

Primary LanguageShell

Nodejs .exe Example

Description

  • Generate cli application to demonstrate ( .exe / linux / MacOS ) builds using nodejs
  • Its mandatory to write the code as a CommonJs project due to pkg library dependencie

Dependencies

  • Nodejs >=18

Install

yarn install

Running (dev)

yarn start

Make executable files

yarn build-compile //Then you will see .exe generated in ./build/ folder