Skip to content

This bundle is used to generate specific plateform packages (android, iOS, phonegap, firefoxOS,...) from a given common Html/JS code base

License

Notifications You must be signed in to change notification settings

kitpages/KitpagesMobileAppBuilderBundle

Repository files navigation

KitpagesMobileAppBuilderBundle

This bundle is used to generate specific plateform packages (android, iOS, phonegap, firefoxOS,...) from a given common Html/JS code base

Versions

Actual state

This bundle is early alpha state.

Installation

Add KitpagesMobileAppBuilderBundle in your composer.json

{
    "require": {
        "kitpages/mobile-app-builder-bundle": "*"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update kitpages/mobile-app-builder-bundle

AppKernel.php

$bundles = array(
    ...
    new Kitpages\MobileAppBuilderBundle\KitpagesMobileAppBuilderBundle(),
);

About

This bundle is used to generate specific plateform packages (android, iOS, phonegap, firefoxOS,...) from a given common Html/JS code base

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages