Quickstart script for gearbox that setups a new mobile project using AXEMAS.
Project description
This is a gearbox extension that will generate a new Axemas project. Axemas is a development Framework for MultiPlatform hybrid mobile applications.
Installaton
Create a new virtual environment and install axemas with pip. This will include all needed dependencies like gearbox:
$ virtualenv --no-site-packages axemas_builder $ . axemas_builder/bin/activate (axemas_builder)$ pip install axemas
Usage
Run the following command to generate a project called new_project inside the directory where you want to create the new project:
(axemas_builder)$ gearbox axemas-setup -n ProjectName -p com.company.example
Project structure
The resulting project structure will be as follows:
/ root of the project ----/android Axemas Android native Java code ----/axemas-js Axemas library JavaScript code imported by www ----/ios Axemas iOS native Objective-C code ----/www common share html/css/js/resource files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
axemas-0.0.2.tar.gz
(3.3 kB
view details)
File details
Details for the file axemas-0.0.2.tar.gz
.
File metadata
- Download URL: axemas-0.0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59e0d740b785b1e67427c520cc44bd92be7ab0f35a8190cf2e1a4fbb63f160fb |
|
MD5 | 100c79960f3ec51c12fc0ad4eb101b7a |
|
BLAKE2b-256 | 9157bc061b8a554e284842a17b3ded4218ff65f7179c8cd8cb6b351d5074917a |