https://github.com/mess110/glassic
https://github.com/mess110/glassic
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mess110/glassic
- Owner: mess110
- License: other
- Created: 2015-10-01T16:15:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T16:23:53.000Z (over 8 years ago)
- Last Synced: 2024-08-03T22:18:55.207Z (8 months ago)
- Language: CoffeeScript
- Homepage: https://mess110.github.io/glassic/
- Size: 3.26 MB
- Stars: 28
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mess110/glassic - (CoffeeScript)
README
glassic
==============[](https://travis-ci.org/mess110/glassic)
[](https://mess110.github.com/glassic/)
Simple webview application generator for:
* android
* ios
* linux via nw.js
* mac via nw.js
* windows via nw.js## Requirements
Developed with:
$ node --version
v0.12.7## Installation
### Easy way
Use [glassic wizzard](https://github.com/mess110/glassic) to generate your application
and run *start.sh* from the generated archive.### Extra easy way
Use [glassic wizzard](https://github.com/mess110/glassic) to generate your application
and use the build servers. *TODO*### Hard way:
git clone https://github.com/mess110/glassic.git
cd glassic/
vim config.json
npm run glassicThis will install dependencies, compile according to [config.json](config.json)
and run the help command.## Getting started
[](https://asciinema.org/a/1r8ci9q4zupt8w0w0a0tils96)
Assuming you went through the installation steps, you now the git repositories
for your applications. They can be found in the [templates](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](wiki/Home.md).
To view the list of commands:
npm run help
## License
Please see [LICENSE](https://github.com/mess110/glassic/blob/master/LICENSE) for licensing details.
## Author
Cristian Mircea Messel, [@mess110](https://twitter.com/mess110)