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

https://github.com/fantasyui-com/epx

Electron Package Execute (npx but for electron apps). [CLI, Electron]
https://github.com/fantasyui-com/epx

Last synced: 9 months ago
JSON representation

Electron Package Execute (npx but for electron apps). [CLI, Electron]

Awesome Lists containing this project

README

          

# epx
Electron Package Execute (npx but for electron apps)

## Install

npm -g i epx

## Usage

epx bootstrap-electron

## Goal

Goal of this project is to allow ```epx name```, where name is an electron application module.

## Notes

See https://github.com/fantasyui-com/bootstrap-electron for sample application.