An open API service indexing awesome lists of open source software.

https://github.com/electron-userland/electron-installer-common

Common functionality for creating Node modules which create distributable Electron apps
https://github.com/electron-userland/electron-installer-common

electron electronjs installer

Last synced: 11 months ago
JSON representation

Common functionality for creating Node modules which create distributable Electron apps

Awesome Lists containing this project

README

          

# `electron-installer-common`

[![Build Status](https://github.com/electron-userland/electron-installer-common/workflows/CI/badge.svg)](https://github.com/electron-userland/electron-installer-common/actions?query=workflow:CI)
[![codecov](https://codecov.io/gh/electron-userland/electron-installer-common/branch/main/graph/badge.svg)](https://codecov.io/gh/electron-userland/electron-installer-common)

`electron-installer-common` provides common functionality for creating distributable Electron apps.

## Requirements

Requires Node 14.14 or greater.

## Legal

This project is copyrighted under the Apache License (version 2). See LICENSE for details.