2022.6.1 • Published 1 year ago

cybex-web2exe v2022.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

How to use cybex-web2exe

make a settings.json file in the root of the app

write { "app" : "HTML-File-Location" } and

Parameters in Settings.json

parameterinput valueUsage
namestringSpecifies the author name of the app
authorstringSpecifies the author name of the app
versionstringSpecifies the version of the app
descriptionstringSpecifies the description related to the app
copyrightstringSpecifies the Legal Copyright of the app
heightnumberspecifies the height of the window
widthnumberspecifies the width of the window
start_maximizedtrue/falsetells whether the app has to started maximized or not

Demo settings.json

{
    "name": "Cybex Web2exe",
    "author": "Cybex Studios",
    "description": "A full fledged node module to make windows apps with web technologies like HTML,CSS,Javascript etc.",
    "version": "2022.2.9",
    "copyright": "Copyright (c) Cybex Studios 2022",
    "app": "./public/index.html",
    "start_maximized": false,
    "width": "600",
    "height": "440",
    "keys":{
        "zoom": false,
        "reload": true,
        "exit": false,
        "find": true,
        "print": false,
        "fullscreen": false
    },
    "devtools": true,
    "resize": true
}

Steps to test/run your app:

  1. Add this line to the top of your main html file <script src="./cwe-client.js"></script>

Steps to build executable

  1. run npm init,it will create package.json file in the root of your app. Ignore if already has package.json in the root your of your app
  2. run command npm i chrome-runner path --save.
  3. run command cwe --build to build executable.

What's new :

Major Bug Fixed

What will be new:

  1. Website with all the needed guide
  2. A complete designing library
2022.6.1

1 year ago

2022.6.0

1 year ago

2022.5.6

2 years ago

2022.5.5

2 years ago

2022.5.8

1 year ago

2022.4.7

2 years ago

2022.5.0

2 years ago

2022.5.2

2 years ago

2022.5.1

2 years ago

2022.5.4

2 years ago

2022.5.3

2 years ago

2022.4.1

2 years ago

2022.4.0

2 years ago

2022.4.3

2 years ago

2022.3.4

2 years ago

2022.4.2

2 years ago

2022.4.5

2 years ago

2022.3.6

2 years ago

2022.4.4

2 years ago

2022.3.5

2 years ago

2022.3.8

2 years ago

2022.4.6

2 years ago

2022.3.7

2 years ago

2022.3.0

2 years ago

2022.3.2

2 years ago

2022.3.1

2 years ago

2022.3.3

2 years ago

2022.2.9

2 years ago

2022.2.7

2 years ago

2022.2.6

2 years ago

2022.2.8

2 years ago

2022.2.1

2 years ago

2022.1.2

2 years ago

2022.1.1

2 years ago

2022.2.3

2 years ago

2022.1.4

2 years ago

2022.2.2

2 years ago

2022.1.3

2 years ago

2022.2.5

2 years ago

2022.1.6

2 years ago

2022.2.4

2 years ago

2022.1.5

2 years ago

2022.1.8

2 years ago

2022.1.7

2 years ago

2021.1.9

3 years ago

2021.1.8

3 years ago

2021.1.7

3 years ago

2021.1.6

3 years ago

2021.1.5

3 years ago

2021.1.4

3 years ago

2021.1.3

3 years ago

2021.1.2

3 years ago

2021.1.1

3 years ago