omefire / TACO

Tools for Apache Cordova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visit our home page & get started in minutes!

What is TACO?

The Tools for Apache Cordova – "TACO" for short – provide a set of command line utilities that make hybrid app development easier, friendlier, and faster.

For developers new to Cordova, TACO makes it crazy-easy to setup your dev environment so you can begin coding immediately. The install-reqs utility downloads, installs and configures all the build tools you need for each mobile platform. Once you’ve started coding, TACO makes life a little sweeter by providing a gentle nudge toward the most likely “next steps” and best practices. If you’re looking for a safety blanket, TACO has one of those, too. “TACO Kits” provide a set of validated open source components (e.g. platforms, build tools and plugins) so you don’t have to wade through the morass of download stats, star ratings and open issues to know which components are both stable and compatible with your app. Since building for iOS platform requires a Mac, TACO also provides a utility to connect to a remotebuild server, so that you can build iOS projects from your Windows machine.

Faster setup. Friendlier command line. Validated quality at run-time. TACO is your friend.

Quick Start

Using TACO, start building awesome Apache Cordova apps really quickly by following these steps:

1. Install the tools:

Make sure you have Node.js installed. Note: Latest version of NodeJS has issues with iOS build

Run the following command to install the latest version of TACO:


npm install -g taco-cli

Note: On OSX and Linux, you may need to prefix this command with sudo

2. Create a new app:


taco create myAwesomeApp

3. Navigate to the directory of your new project:


cd myAwesomeApp

4. Add the Android platform:


taco platform add android

5. (Optional) Check for any missing Android dependencies:


taco install-reqs android

6. Build for Android:


taco build android

7. Run the app on the Android emulator:


taco emulate android

After a few moments, your app will be running inside the Android emulator in all its awesomeness. The steps to build for Windows and iOS are very similar, but this should help you get started.

Remember, when in doubt, just type:


taco help

Community

LICENSE

TACO is licensed under the MIT Open Source license.

About

Tools for Apache Cordova


Languages

Language:TypeScript 97.6%Language:JavaScript 1.8%Language:PowerShell 0.4%Language:HTML 0.1%Language:CSS 0.0%Language:Batchfile 0.0%