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]
- Host: GitHub
- URL: https://github.com/fantasyui-com/epx
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2017-07-29T19:04:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T20:16:20.000Z (over 1 year ago)
- Last Synced: 2025-01-01T08:18:18.758Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 559 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.