Work In Progress for ReadMe
QE Utility for Appc
Installation:
- Download the latest release from release tab.
- Unzip the release.
- Go to the folder using terminal (i.e cd into /QEUtility-Node).
- From the folder run
node qeutility.js
or runsudo npm install -g
NOTE: Setup
will run the first time you use this script. You can run it again if you want later.
Setup command will check if ANDROID_SDK
& ANDROID_NDK
paths are set in your your bash profile, if not it will help set it for you.
The above image is pretty self explanatory.
1. CHECK INSTALLED COMPONENTS
Will check for installed components on your system like:
- Studio Version
- SDK Version
- Xcode Version
- Appc Npm
- Appc CLI
- Ti CLI
- Alloy
- Node
- Java Version
- Attached android devices
- Environment
- SDK Tools
- Platform Tools
- Build Tools
- Android & IOS modules installed (Not all but fixed ones)
2. INSTALL APPC CORE:
- Will install the specified version of appc core.
3. INSTALL APPC NPM:
- Will install the specified version of appc NPM.
4. INSTALL TITANIUM SDK:
- Will install the specified Ti SDK.
5. SELECT SPECIFIC TITANIUM SDK:
- Will select the specified Ti SDK in the CLI.
6. CHANGE ENVIRONMENT:
- Will change enviroment between production & preproduction.
7. UNINSTALL APPS FROM DEVICE:
- Will uninstall apps from the attached android device/s.