0.1.7 • Published 7 years ago

twintron v0.1.7

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

TwinTron

A minimalistic Framework & Build tool for deploying HTML5+JS Web App to Electron & Cordova (Work in progress)

How to Use

To initialize a project with web app structure:

cd {yourprojectdir}
twintron web init

To initialize electron app:

cd {yourprojectdir}
twintron electron init

To initialize cordova app:

cd {yourprojectdir}
twintron cordova init

To build web app files (using browserify to compile source JS files into bundle):

cd {yourprojectdir}
twintron web build

To build files to electron:

cd {yourprojectdir}
twintron electron build

To build files to cordova:

cd {yourprojectdir}
twintron cordova build

To test run web app on a minimal HTTP server:

cd {yourprojectdir}
twintron web run

To test run electron app:

cd {yourprojectdir}
twintron electron run

To test run cordova app:

cd {yourprojectdir}
twintron cordova run [ other args ]

Notes

TwinTron (tools part & app templates part) utilizes 3rd-party libraries/products such as:

However, the front-end web parts can be adapted to use any other frameworks as a developer see fit. You can use jQuery UI or plain old HTML+JS instead of Bootstrap and FontAwesome instead of Glyphicons, for example. Please check license information before usage of these libraries/frameworks/products too.

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago