Skip to content

mess110/glassic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glassic

Build Status

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 to generate your application and run start.sh from the generated archive.

Extra easy way

Use glassic wizzard 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 glassic

This will install dependencies, compile according to config.json and run the help command.

Getting started

asciicast

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

License

Please see LICENSE for licensing details.

Author

Cristian Mircea Messel, @mess110