Latest stable version: 1.3.1
Alloy is an MVC application framework by Appcelerator for Titanium. More high-level details can be found here: http://www.appcelerator.com/platform/alloy/
- Quick Start Guide that covers everything from installation to building your first app with Alloy.
- Complete collection of Alloy Guides
- Collection of test apps showing various aspects of Alloy in practice.
- Join the Alloy Google group.
# install the latest stable
[sudo] npm install -g alloy
# install a specific version
[sudo] npm install -g alloy@1.3.1
# install cutting edge directly from github
[sudo] npm install -g git://github.com/appcelerator/alloy.git
...oh yeah, Studio will do it for you automatically. :)
Apps are in the test/apps folder. For example, basics/simple or models/todo.
# clone the repo
git clone https://github.com/appcelerator/alloy.git
cd alloy
# install jake globally
[sudo] npm install -g jake
# install alloy globally from the cloned repo
[sudo] npm install -g .
# install alloy's local testing dependencies
npm install
# run a test app
jake app:run dir=basics/simple
You can use these apps through Titanium Studio too. The easiest way to do that would be to import the test/project/Harness into Titanium Studio. After that, everytime you run jake
, your project in Studio will be updated. Once in Studio, you can run for any platform, Titanium SDK version, or change any settings you want. This will give you a lot more options and power than running solely from the command line.
- Options for the
jake
command- tiversion - Set the Titanium SDK version to be used. Defaults to the latest installed SDK.
- platform - The target mobile platform. Defaults to
iphone
. Must beandroid
oriphone
,mobileweb
andipad
are not supported. - Examples
jake app:run dir=basics/simple platform=iphone
jake app:run dir=basics/simple platform=android tiversion=3.0.0.GA
jake app:run dir=basics/simple tiversion=2.1.4
- on OSX or Linux
- Try using
sudo
with thejake
command if you run into permission errors.
- Try using
- on Windows
- Due to a bug in the titanium CLI, when you run
jake app:run
the TiSDK 3.1.2.GA is automatically selected for you. Whether you use the default, or specify a new sdk with thetiversion=VERSION
option, the version of the titanium CLI (ti --version
) must match the version in your app's tiapp.xml file. By default, this value is also set to 3.1.2.GA in Alloy's test harness app's tiapp.xml file. - Don't run
jake
from within a user folder (i.e.C:\Users\tony\alloy
), as you can get all kinds of non-obvious permissions failures from the child processing Alloy does. Your safest bet is to justgit clone
right toC:\alloy
. - Node.js has an issue piping output between node processes on Windows. I've tried to workaround as best I can. You may still see errors pop up, so it's suggested that if you run the automated testintg via
jake test:all
ornpm test
, you do so on a non-Windows OS to ensure there's no red herring failures until the aforementioned node.js issue is resolved. - If you decide to ignore my advice and run the tests anyway on Windows, make sure that if you imported the Harness into TiStudio that you don't have TiStudio running. Windows creates locks on key files in that project that are necessary for the testing process. It will make tests fail erroneously.
- If you're still that stubborn, are running the test suite on Windows, and you're getting those intermittent, erroneous errors, try running them one spec at a time. Instead of doing
jake test:all
, dojake test:spec[SPEC_NAME]
, whereSPEC_NAME
is JS file in the test specs folder.
- Due to a bug in the titanium CLI, when you run
More so than any other Appcelerator project to this point, we are working collaboratively with the community to develop a framework that works for you. Here's the best ways to discuss Alloy or ask questions.
- Got an Alloy development question? Go to the Appcelerator Q&A, and make sure to use the alloy tag.
- Want to discuss the past, present, and future of Alloy? Join the Alloy Google group.
- Got a confirmed bug? Log it at the Titanium Community Issue Tracker. Make sure to give it the alloy label.
Other than that, all the usual rules for submitting feedback apply. The more code, details, and test cases you provide, the easier it will be to act on that feedback.
Alloy is an open source project. Alloy wouldn't be where it is now without contributions by the community. Please consider forking Alloy to improve, enhance or fix issues. If you feel like the community will benefit from your fork, please open a pull request.
To protect the interests of the Alloy contributors, Appcelerator, customers and end users we require contributors to sign a Contributors License Agreement (CLA) before we pull the changes into the main repository. Our CLA is simple and straightforward - it requires that the contributions you make to any Appcelerator open source project are properly licensed and that you have the legal authority to make those changes. This helps us significantly reduce future legal risk for everyone involved. It is easy, helps everyone, takes only a few minutes, and only needs to be completed once.
You can digitally sign the CLA online. Please indicate your email address in your first pull request so that we can make sure that will locate your CLA. Once you've submitted it, you no longer need to send one for subsequent submissions.
project : alloy
repo age : 1 year, 5 months ago
commits : 2564
active : 372 days
files : 1925
authors :
2240 Tony Lukasavage 87.4%
87 Jeff Haynie 3.4%
75 Russ McMahon 2.9%
38 Kevin Whinnery 1.5%
24 Ben Hatfield 0.9%
21 Carl Orthlieb 0.8%
18 Fokke Zandbergen 0.7%
8 Issam Hakimi 0.3%
6 Chris Barber 0.2%
6 Arthur Evans 0.2%
5 David Bankier 0.2%
5 Paul Mietz Egli 0.2%
5 Xavier Lacot 0.2%
4 Joel Herron 0.2%
2 Aaron Saunders 0.1%
2 Bryan Hughes 0.1%
2 Davide Cassenti 0.1%
2 Marc Tamlyn 0.1%
2 miga 0.1%
1 Kelly Nicholes 0.0%
1 Lee, JongEun 0.0%
1 Ajay kumar Guthikonda 0.0%
1 Matthew Lanham 0.0%
1 Micah Alcorn 0.0%
1 Daniel Waardal 0.0%
1 Daniel Mahon 0.0%
1 Andrew Blair 0.0%
1 Anders D. Johnson 0.0%
1 gitizenme 0.0%
1 J. Tangelder 0.0%
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 the LICENSE file for more information.