appcelerator / 0.1.1 last updated a day ago created on Jul 25th 2012

Install

npm install --save appcelerator

Clone

git clone git@github.com:appcelerator/appc-install.git

dependencies

No dependencies listed.

maintainers +1 more

appcelerator appcelerator
jhaynie
tonylukasavage
dawsontoth
cb1kenobi

versions 120 total

0.1.1 a day ago jhaynie
0.1.0 a day ago jhaynie
0.0.119 a day ago jhaynie
0.0.118 2 days ago jhaynie
0.0.117 2 days ago jhaynie
0.0.116 3 days ago jhaynie
0.0.115 3 days ago dawsontoth
0.0.114 3 days ago jhaynie
0.0.113 3 days ago jhaynie
0.0.112 3 days ago dawsontoth
0.0.111 3 days ago dawsontoth
0.0.110 4 days ago jhaynie
0.0.109 4 days ago jhaynie
0.0.108 5 days ago jhaynie
0.0.107 5 days ago jhaynie
0.0.106 5 days ago jhaynie
0.0.105 5 days ago jhaynie
0.0.104 5 days ago jhaynie
0.0.103 5 days ago jhaynie
0.0.102 10 days ago dawsontoth
0.0.101 10 days ago dawsontoth
0.0.100 11 days ago cb1kenobi
0.0.99 11 days ago dawsontoth
0.0.98 11 days ago dawsontoth
0.0.97 14 days ago appcelerator
0.0.96 14 days ago dawsontoth
0.0.95 14 days ago cb1kenobi
0.0.94 14 days ago cb1kenobi
0.0.93 14 days ago dawsontoth
0.0.92 14 days ago dawsontoth
0.0.91 14 days ago appcelerator
0.0.90 15 days ago appcelerator
0.0.89 15 days ago cb1kenobi
0.0.88 15 days ago dawsontoth
0.0.87 15 days ago tonylukasavage
0.0.86 16 days ago tonylukasavage
0.0.85 16 days ago dawsontoth
0.0.84 16 days ago dawsontoth
0.0.83 16 days ago dawsontoth
0.0.82 16 days ago tonylukasavage
0.0.81 16 days ago dawsontoth
0.0.80 16 days ago dawsontoth
0.0.79 18 days ago dawsontoth
0.0.78 18 days ago dawsontoth
0.0.77 18 days ago dawsontoth
0.0.76 21 days ago jhaynie
0.0.75 21 days ago tonylukasavage
0.0.74 22 days ago jhaynie
0.0.73 22 days ago jhaynie
0.0.72 22 days ago jhaynie
0.0.71 22 days ago dawsontoth
0.0.70 22 days ago dawsontoth
0.0.69 22 days ago dawsontoth
0.0.68 23 days ago jhaynie
0.0.67 23 days ago jhaynie
0.0.66 24 days ago dawsontoth
0.0.65 24 days ago jhaynie
0.0.64 24 days ago appcelerator
0.0.63 25 days ago jhaynie
0.0.62 25 days ago jhaynie
0.0.61 25 days ago jhaynie
0.0.60 25 days ago appcelerator
0.0.59 25 days ago jhaynie
0.0.58 25 days ago appcelerator
0.0.57 25 days ago appcelerator
0.0.56 a month ago jhaynie
0.0.55 a month ago jhaynie
0.0.54 a month ago jhaynie
0.0.53 a month ago jhaynie
0.0.52 a month ago tonylukasavage
0.0.51 a month ago jhaynie
0.0.50 a month ago tonylukasavage
0.0.49 a month ago tonylukasavage
0.0.48 a month ago jhaynie
0.0.47 a month ago tonylukasavage
0.0.46 a month ago tonylukasavage
0.0.45 a month ago jhaynie
0.0.44 a month ago jhaynie
0.0.43 a month ago tonylukasavage
0.0.42 a month ago jhaynie
0.0.41 a month ago jhaynie
0.0.40 a month ago tonylukasavage
0.0.38 a month ago appcelerator
0.0.37 a month ago appcelerator
0.0.36 a month ago appcelerator
0.0.35 a month ago appcelerator
0.0.34 a month ago appcelerator
0.0.33 a month ago appcelerator
0.0.32 a month ago appcelerator
0.0.31 a month ago appcelerator
0.0.30 a month ago appcelerator
0.0.29 a month ago appcelerator
0.0.28 a month ago appcelerator
0.0.26 2 months ago appcelerator
0.0.25 2 months ago appcelerator
0.0.24 2 months ago jhaynie
0.0.23 2 months ago jhaynie
0.0.22 2 months ago jhaynie
0.0.21 2 months ago appcelerator
0.0.20 2 months ago appcelerator
0.0.19 2 months ago appcelerator
0.0.18 2 months ago appcelerator
0.0.17 2 months ago jhaynie
0.0.16 2 months ago jhaynie
0.0.15 2 months ago jhaynie
0.0.14 2 months ago jhaynie
0.0.13 2 months ago jhaynie
0.0.12 2 months ago appcelerator
0.0.11 2 months ago jhaynie
0.0.10 2 months ago appcelerator
0.0.9 2 months ago appcelerator
0.0.8 2 months ago appcelerator
0.0.7 2 months ago appcelerator
0.0.6 2 months ago appcelerator
0.0.5 2 months ago appcelerator
0.0.4 2 months ago appcelerator
0.0.3 2 months ago jhaynie
0.0.2 2 months ago appcelerator
0.0.1 2 months ago appcelerator
0.0.0 2 months ago appcelerator
123 Downloads yesterday.

readme

Appcelerator Installer

This is the installer for the Appcelerator Platform software stack.

Installation

Install globally using npm such as:

$ sudo npm install appc-install -g

Once installed, you should run setup such as:

$ appc setup

This will install the latest version of the Appcelerator Platform tooling. Once installed, you can then run the various commands. To get a valid list of commands, run help:

$ appc help

Switching Versions

By default, the latest downloaded version will be used. You can switch to a newer or older version with the use command:

$ appc use 1.2.0

This will switch the active version to 1.2.0. If you don't have this version installed locally, it will fetch this version and download it.

To get a list of all the available versions for download:

1
2
3
4
5
6
$ appc use

The following versions are available:

0.0.97     Installed (Latest) (Active)              Sat Dec 27 2014 22:37:03 GMT-0800 (PST)
0.0.96     Installed                                Sat Dec 27 2014 17:32:16 GMT-0800 (PST)

Legal

Copyright (c) 2014 by Appcelerator, Inc. All Rights Reserved. This software is licensed under the Apache 2 Public License. However, usage of the software to access the Appcelerator Platform is governed by the Appcelerator Enterprise Software License Agreement.

Resolving all dependencies.. This could take a while as our cache is not yet fully warmed up.