Simple webview application generator for:
- android
- ios
- linux via nw.js
- mac via nw.js
- windows via nw.js
Developed with:
$ node --version
v0.12.7
Use glassic wizzard to generate your application and run start.sh from the generated archive.
Use glassic wizzard to generate your application and use the build servers. TODO
git clone https://github.com/mess110/glassic.git
cd glassic/
vim config.json
npm run glassic
This will install dependencies, compile according to config.json and run the help command.
Assuming you went through the installation steps, you now the git repositories for your applications. They can be found in the templates folder.
Lets run the desktop app:
npm run demo:linux
or build the android apk:
npm run demo:android
Documentation and more info can be found here.
To view the list of commands:
npm run help
Please see LICENSE for licensing details.
Cristian Mircea Messel, @mess110