Badaueba / nodejs-exe-example

.exe CLI application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

.exe CLI application


Languages

Language:Shell 91.3%Language:JavaScript 8.7%