Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

EnderCommunity/EnderFramework

Screenshot

Downloads EnderFramework Repository Size EnderFramework Top Language License Issues Bugs To-Do Help wanted! EnderFramework Discord Invite Twitter EnderAdel

EnderFramework enables you to build cross-platform applications using JavaScript, HTML, and CSS. It is based on Electron. Why make a new framework out of another framework? Glad you asked! This framework will be more focused on introducing custom elements, custom designs, and custom APIs on top of the originals! And giving the user the ability to build a full-on custom app, with a fully customizable UI using CSS, in a matter of minutes.

You can find out more about this framework in here!

Note: the framework is still in the very early development stages. We are open to suggestions.

Installation

To run EnderFramework, you need to have NodeJS and VS Build Tools 2017 installed on your device. Execute npm install to install all the modules. And then, after the installation process is done, execute npm start.

You can change the start file code (core/start.js) to start any app! Look for the ready event in the file.

app.on("ready", function() {
    for (var i = 0; i < process.argv.length; i++) {
        if (process.argv[i].includes("--start=")) {//You can change this to true!
            done = true;
            var appID = process.argv[i].replace(/\s/g, '').substring(8),
                length = appID.replace(/[^.]/g, "").length;
            /*And replace the code above with any value you want, such as:
            var appID = "com.enderadel.test",
                length = appID.replace(/[^.]/g, "").length;*/
            [...]
        } else if (process.argv[i] == "--store") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--installer") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--studio") {//You can change this to true!
            [...]
        } else if (process.argv[i] == "--settings") {//You can change this to true!
            [...]
        }
    }
    [...]
});

Quick start

Coming soon!

Reporting Bugs and requesting Features

You can report bugs and request new features by opening a new issue.

Contributing

If you are interested in reporting/fixing issues and contributing directly to the code base, feel free to do so! Please read CONTRIBUTING.md for more information!

Note: As you can see, I'm not very active on GitHub. The reason is because I'm a student. You can contact me on my email (adel.sbeh.email@gmail.com) regarding any concern!

Screenshots

Screenshot Screenshot

The framework supports light mode and dark mode! Screenshot Screenshot

License

Apache License, Version 2.0

When using the logos of EnderFramework, or GitHub, be sure to follow the GitHub logo guidelines.

More

Follow @_EnderCommunity on Twitter to keep yourself up-to-date on everything related to the framework. You can also join our Discord server.

EnderFramework is the property of EnderCommunity