0.0.5 • Published 1 year ago

@je-es/electron v0.0.5

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

@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

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago