All Projects → IonicaBizau → Electronify

IonicaBizau / Electronify

Licence: mit
👷 The simplest way to build Electron apps.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Electronify

Singapore Tech Internships
🏢 (Updated Dec 2020) Singapore Tech Internships!
Stars: ✭ 116 (-0.85%)
Mutual labels:  hacktoberfest
Beets
music library manager and MusicBrainz tagger
Stars: ✭ 10,522 (+8893.16%)
Mutual labels:  hacktoberfest
Duckstation
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64
Stars: ✭ 2,888 (+2368.38%)
Mutual labels:  hacktoberfest
Component Docs
📝 Simple documentation for your React components
Stars: ✭ 116 (-0.85%)
Mutual labels:  hacktoberfest
Cyclejs
A functional and reactive JavaScript framework for predictable code
Stars: ✭ 9,996 (+8443.59%)
Mutual labels:  hacktoberfest
Fhir
The IBM® FHIR® Server and related projects
Stars: ✭ 117 (+0%)
Mutual labels:  hacktoberfest
Docat
Host your docs. Simple. Versioned. Fancy.
Stars: ✭ 115 (-1.71%)
Mutual labels:  hacktoberfest
Kubefed
Kubernetes Cluster Federation
Stars: ✭ 1,955 (+1570.94%)
Mutual labels:  hacktoberfest
Reactstrap
Simple React Bootstrap 5 components
Stars: ✭ 10,207 (+8623.93%)
Mutual labels:  hacktoberfest
Sentry Php
The official PHP SDK for Sentry (sentry.io)
Stars: ✭ 1,591 (+1259.83%)
Mutual labels:  hacktoberfest
Made In Romania
🇷🇴 A list of cool projects made in Romania.
Stars: ✭ 116 (-0.85%)
Mutual labels:  hacktoberfest
Dbatools
🚀 SQL Server automation and instance migrations have never been safer, faster or freer
Stars: ✭ 1,742 (+1388.89%)
Mutual labels:  hacktoberfest
Perfil Politico
A platform for profiling public figures in Brazilian politics
Stars: ✭ 117 (+0%)
Mutual labels:  hacktoberfest
Mongoframework
An "Entity Framework"-like interface for MongoDB
Stars: ✭ 116 (-0.85%)
Mutual labels:  hacktoberfest
Zoid
Cross domain components
Stars: ✭ 1,672 (+1329.06%)
Mutual labels:  hacktoberfest
Lens Regex Pcre
Text lenses using PCRE regexes
Stars: ✭ 116 (-0.85%)
Mutual labels:  hacktoberfest
Skeletonview
☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
Stars: ✭ 10,804 (+9134.19%)
Mutual labels:  hacktoberfest
Smartcrop
smartcrop finds good image crops for arbitrary crop sizes
Stars: ✭ 1,567 (+1239.32%)
Mutual labels:  hacktoberfest
Cxbx Reloaded
Xbox (Original) Emulator
Stars: ✭ 1,746 (+1392.31%)
Mutual labels:  hacktoberfest
Quinn
Async-friendly QUIC implementation in Rust
Stars: ✭ 1,859 (+1488.89%)
Mutual labels:  hacktoberfest

electronify

Electronify

Support me on Patreon Buy me a book PayPal Ask me anything Version Downloads Get help on Codementor

Buy Me A Coffee

The simplest way to build Electron apps.

Electron is amazing! Electronify makes its usage simpler by reusing the same code snippets in common apps.

electronify

☁️ Installation

# Using npm
npm install --save electronify

# Using yarn
yarn add electronify

📋 Example

const Electronify = require("electronify");

// Create the app
var app = Electronify(__dirname + "/app/index.html", {
    resizable: false
});

❓ Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
  2. For bug reports and feature requests, open issues. 🐛
  3. For direct and quick help, you can use Codementor. 🚀

📝 Documentation

Electronify(path, options)

Creates a new browser window based on Electron.

Params

  • String path: The path to the HTML file.
  • Object options: An object representing the browser window options. It has the following defaults:
  • width (Number): The window width (default: 800).
  • height (Number): The window height (default: 600).

Return

  • ElectronApp The Electron app object extended with the following fields:
  • mainWindow (BrowserWindow): The browser window that was created.

😋 How to contribute

Have an idea? Found a bug? See how to contribute.

💖 Support my projects

I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).

However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:

  • Starring and sharing the projects you like 🚀

  • Buy me a book—I love books! I will remember you after years if you buy me one. 😁 📖

  • PayPal—You can make one-time donations via PayPal. I'll probably buy a coffee tea. 🍵

  • Support me on Patreon—Set up a recurring monthly donation and you will get interesting news about what I'm doing (things that I don't share with everyone).

  • Bitcoin—You can send me bitcoins at this address (or scanning the code below): 1P9BRsmazNQcuyTxEqveUsnf5CERdq35V6

Thanks! ❤️

💫 Where is this library used?

If you are using this library in one of your projects, add it in this list. ✨

  • magnesium
  • photon-browser

📜 License

MIT © Ionică Bizău

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].