JSPM

alloy-plus

0.0.3-beta.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q31115F
  • License MIT

Mobile framework for building upon Appcelerator Alloy projects

Package Exports

  • alloy-plus

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (alloy-plus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

alloy+ logo

CAUTION: PRE-PRODUCTION BETA

alloy-plus

We have the capability to make the world's first bionic framework. Alloy+ will be that framework. Code Better... Stronger... Faster...

Overview

What is Alloy+?

Alloy+ is an entire framework built around Appcelerator Mobile and their Alloy product. The idea for this framework was built upon the concepts of MobileHero Adamantium and a desire to customize and extend Appcelerator Alloy for developers. How much faster or stronger all depends on YOU, the developer.

There will be an assortment of alloy+ plugins (available as npm modules) that you can install in your project to help you take your existing development tools furthur than possible today. You can choose which modules are executed in your config.json file (which is part of your Alloy project). You can also easily create your own plugins by simply creating a npm module that follows a simple convention.

How is this different than Adamantium?

Adamantium is a custom build of Appcelerator Alloy.
Alloy+ is a framework for modifying your app and code during the build process. Both accomplish getting new features and capabilities into your app. Alloy+ might take longer to execute and be limited in scope as it has to work within the available Alloy build hooks. It is, however, more flexible and easier to get up and running because it does not require replacing Alloy.

Install

NPM version

Install in the root directory of your Appcelerator mobile project (the directory containing tiapp.xml).

npm install --save alloy-plus

Usage

To use plugins in your app, add entries for your plugins to your app's config.json file:

  {
      "global": {
            "alloy+": {
                  "preload": [ "alloy-npm" ],
                  "precompile": [ "some-other-module" ],
                  "postcompile": [ "some-other-module" ],
                  "appjs": [ "some-other-module" ]
            }
      }

Alloy+ Plugins

** Coming Soon! **

| Plugin | Description | |---|---|---| | npm | Execute npm commands (Useful for installing/updating npm packages that are part of your mobile app) | | underscore | Fix some issues with the implementation of underscore in Alloy and pave the way for upgrading to lodash | | babel | Run babel transformations on your code during the build process, thus allowing support for ES6 and much more! | | nodejs | Make require statements in your app support nodejs packages installed via npm |

Need Help?

Please submit an issue on GitHub and provide information about your setup.

License

This project is licensed under the terms of the MIT license. See the license.md file. This means you have full access to the source code and can modify it to fit your own needs.

Superhero Studios Incorporated and this project are in no way affiliated with any of the following companies:

  • Appcelerator, Inc
  • Axway Inc
  • Apple Inc
  • Google Inc

Alloy is developed by Appcelerator and the community and is Copyright (c) 2012 by Appcelerator, Inc. All Rights Reserved.
Alloy is made available under the Apache Public License, version 2. See their LICENSE file for more information.