Version: 1.0.0 Date: June 4, 2025
A node application serving as template to build executable files for linux ,macos and windows.
https://github.com/jadogeri/Executable-Template-JS.git
![]() |
![]() |
|---|---|
- 5. References
- Create executables in windows, macos and linux.
- Junior or Senior developers.
- Beginners learning javascript.
- Programming Languages: Javascript
- IDE: Visual Studio Code (VSCode)
- Plugins: Early AI
- Source Control: Git and GitHub
- Code Analysis: SonarQube
- FreeCodeCamp : Frontend Web Development: (HTML, CSS, JavaScript, TypeScript, React).
- AweSome Open Source : Awesome Readme Templates
- Readme.so : The easiest way to create a README
- Medium : How to fix__dirname
This document outlines a template to build executables in windows, macos and linux.
This template will allow users to:
0 Open a terminal then type git clone https://github.com/jadogeri/Executable-Template-JS.git to download to project.
git clone https://github.com/jadogeri/Executable-Template-JS.git
1 Type cd app to navigate into the app directory.
cd app2 Type npm install command to install dependencies.
npm install 3 Type npm run build to generate executable files for macos, linux and windows. Three files will be located in the dist directory.
npm run build4 Copy (executable-template-js-win.exe) in dist directory to app directory.
5 Double click on executable-template-js-win.exe. An output json file will be created.



