...
See details at http://www.github.com/appcelerator/alloy
Installing Alloy
Download or update to version
...
3.
...
0.
...
0 or greater of Titanium Studio from http://preview.appcelerator.com
...
...
...
Creating an Alloy Project
- Select File > New > Titanium Mobile Project
- Select the "Alloy" entry on the left in the first screen.
- Select a template on the right
- Continue the rest of the way through the wizard.
Creating a new Controller
...
- Right-click on a your project in App or Project Explorer.
- Select New > Alloy ModelMigration
- Enter the name of the migration. It will warn you if a duplicate exists.
- Click OK
- /app/migration/migrationName.js is created.
...
If alloy is out of date, you can update it on the command line. Use:
Code Block |
---|
sudo npm update alloy -g
|