Coder Social home page Coder Social logo

cybex-web2exe's Introduction

version license website size

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

For detailed documentation, visit https://cybex-developers.github.io/Cybex_web2exe

Creating a new project

execute command cwe --create

Steps to test/run your app:

execute command cwe --run

Steps to build executable

execute command cwe --build

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.6.1",
    "copyright": "Copyright (c) Cybex Studios 2023",
    "app": "./public/index.html",
    "start_maximized": false,
    "width": "600",
    "height": "440",
    "icon": "./favicon.ico",
    "keys":{
        "zoom": false,
        "reload": true,
        "exit": false,
        "find": true,
        "print": false,
        "fullscreen": false
    },
    "devtools": true,
    "resize": true
}

API :

cwe.setSetting() - used to set a setting in the system so that it will be presreved when app restared
usage : cwe.setSetting("language","en-in")

cwe.getSetting() - returns a setting which you have set
usage : cwe.getSetting("language") //will return en-in in the previous case

cwe.getAllSettings() - returns all the settings which you have set
usage : cwe.getAllSettings()

cwe.removeSetting() - remove a setting which you have set
usage : cwe.removeSetting("language") //removes language setting

cwe.removeAllSettings() - removes all the settings which you have set
usage : cwe.removeAllSettings()

What's new :

  1. This project has been deprecated

What will be new:

There will be no new features as the product is already deprecated

cybex-web2exe's People

Contributors

cybex-developers avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.