Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
/ electronify-site Public archive

Electronify any website to make it a standalone application

License

Notifications You must be signed in to change notification settings

UweStolz/electronify-site

Repository files navigation

electronify

Actions Status - NPM

Overview

yarn electronify

Commands

Options:
  --version      Show version number                             [boolean]
  --url, -u      Your URL you want to build an archive for.      [string]
  --os, -o       Your operating system.                          [string]
  --format, -f   Your desired target format.                     [string]
  --arch, -a     The architecture of your system.                [string]
  --name, -n     The name which should be used.                  [string]
  --icon, -i     The path to your icon you wish to use.          [string]
  --verbose, -v  Activate DEBUG logging messages.                [boolean]
  --help         Show help                                       [boolean]

URL

Formats

This are the theoretically possible formats see the electron-builder documentation for more details, for the specific requirements. Especially if you want to build for a OS that differs from the one you are currently using.

OS Format
Valid for all 7z, zip, tar.xz, tar.7z, tar.lz, tar.gz, tar.bz2, dir
macos dmg, pkg, mas
linux appimage, snap, deb, rpm, freebsd, pacman, p5p, apk
windows nsis, nsis-web, portable, appx, msi, squirrel

Architecture

Supported: x64, ia32, armv7l, arm64

Icons

If you want to use a custom icon it shold be 512x512 in size
Windows:

  • Type .png or .ico

macOS

  • Type .icns

Linux:

  • Type: .icns

Installation

yarn global add electronify-site

or

npx electronify-site

License

MIT

About

Electronify any website to make it a standalone application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published