@hkvstore/taco-cli

1.2.4 • Public • Published

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.

Getting Started

You need to first install our package:

npm -g install @hkvstore/taco-cli

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

Once installed, run our executable:

taco

Follow these simple steps to start building your Apache Cordova app.

Cool Features

  • 100% Cordova CLI Compatible: If you know how to use the Cordova CLI, you already know how to use us!
  • Guided Help: After each command, our guided steps will help show you where to go next
  • Fast Dependency Acquisition for Android, iOS, and Windows Platforms: We take care of installing and configuring everything properly for each platform so that you can have more time to build your app
  • Validated Kits: Take the guesswork out of determining whether your plugins, platforms, build tools, and other components work with a particular version of Cordova.

Build an App in Seven Easy Steps

We are going to show you how to build an app for Android, but the steps for Windows and iOS are pretty darn close.

1. Install the taco-cli package (in case you haven't already):

npm -g install @hkvstore/taco-cli

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. 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.

Package Sidebar

Install

npm i @hkvstore/taco-cli

Weekly Downloads

5

Version

1.2.4

License

MIT

Last publish

Collaborators

  • hkvstore