Skip to content

jadogeri/Executable-Template-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Executable Template JS

Version: 1.0.0 Date: June 4, 2025


Description

A node application serving as template to build executable files for linux ,macos and windows.

Authors

@jadogeri

Repository

https://github.com/jadogeri/Executable-Template-JS.git

Screenshots

Screenshot 1 screenshot 2

Table of Contents

  • 3. Usage
    • 5. References
      • 1. Introduction

        1.1 Purpose

        This document outlines a template to build executables in windows, macos and linux.

        1.2 Scope

        This template will allow users to:

        • Create executables in windows, macos and linux.

        1.3 Intended Audience

        • Junior or Senior developers.
        • Beginners learning javascript.

        2. Technology Stack

        • Programming Languages: Javascript
        • IDE: Visual Studio Code (VSCode)
        • Plugins: Early AI
        • Source Control: Git and GitHub
        • Code Analysis: SonarQube

        3. Usage

        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 app

        2 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 build

        Screenshot 1

        3.1 Testing The Executable (windows)

        4 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.

        Screenshot 1

        4. License

        LICENSE


        5. References

    About

    Node application serving as template to generate executable files with javascript

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published