Skip to content
/ electron Public

A robust and standardized solution for creating a Desktop applications.

License

Notifications You must be signed in to change notification settings

je-es/electron

Repository files navigation

@je-es/electron

A robust and standardized solution for creating a Desktop applications.

  • 📥 Usage

    npm i @je-es/electron
  • 🌟 Syntax

    import { electron } from '@je-es/electron';
    
    electron(
    {
        meta:
        {
          mainDirectory   ?: string,
          logsDirectory   ?: string,
          defaultWindow   ?: string,
          ...
        },
    
        events:
        {
          app :
          {
              onReady         ?: function,
              onClose         ?: function,
          },
    
          ipc :
          {
              'group' :
              {
                  'event'      : function,
                  ...
              },
              ...
          ...
        }
    });

Documentation


Made with ❤ by Maysara Elshewehy

About

A robust and standardized solution for creating a Desktop applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages