Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzulla/phpack
pack php app by electron
https://github.com/uzulla/phpack
Last synced: about 1 month ago
JSON representation
pack php app by electron
- Host: GitHub
- URL: https://github.com/uzulla/phpack
- Owner: uzulla
- License: mit
- Created: 2017-08-01T02:18:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T17:54:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T12:14:13.182Z (almost 2 years ago)
- Language: JavaScript
- Size: 648 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpack
pack php app to osx/linux app.
![sample](sample.png)
# install
```
$ npm ci
```# edit your app
```
vi public/index.php
```# test
```
$ npm run open
```# pack
```
$ npm run pack# osx
$ cp phpack-darwin-x64/phpack.app /path/to/anywhere/myGrateApp.app
$ cd /path/to/anywhere/
$ open myGrateApp.app# linux
$ cp phpack-linux-x64/ /path/to/anywhere/phpack-your-app
$ cd /path/to/anywhere/phpack-your-app
$ phpack-your-app/phpack
```