https://github.com/drom/simple-nwjs-app
:package: Simple NWJS APP builder
https://github.com/drom/simple-nwjs-app
javascript nodejs nwjs
Last synced: about 1 year ago
JSON representation
:package: Simple NWJS APP builder
- Host: GitHub
- URL: https://github.com/drom/simple-nwjs-app
- Owner: drom
- License: mit
- Created: 2016-01-12T06:26:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T22:23:50.000Z (over 1 year ago)
- Last Synced: 2025-04-01T02:49:43.913Z (about 1 year ago)
- Topics: javascript, nodejs, nwjs
- Language: Shell
- Homepage:
- Size: 92.8 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple nw app builder
[](https://travis-ci.org/drom/simple-nwjs-app)
The BASH script `build.sh` that builds simple JS APP `src/` with [nwjs](http://nwjs.io) for Linux/Mac/Windows desktops.
## Run Linux/MacOS
* Put your NWJS APP into the `src/` folder.
* Download & run script
```bash
wget https://raw.githubusercontent.com/drom/simple-nwjs-app/master/build.sh -O build.sh
bash build.sh --name myapp --version v1.2.3
```
* Grab builds from the `build/` folder.
## Options
### -n, --name
App name
### -v, --version
App version
### -w, --nwversion
NWJS version
### -p, --prefix
NWJS prefix
* sdk-
* ""