Book Image

PhoneGap By Example

Book Image

PhoneGap By Example

Overview of this book

Table of Contents (17 chapters)
PhoneGap By Example
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Sencha Cmd features


The Sencha command-line tool helps us with different aspects in application development.

Sencha Cmd parameters are organized in categories and commands. Let's review some of them that we will use.

Here are the categories that we will use:

  • App: This performs various application build processes

  • Generate: This generates models, controllers, stores, or an entire application

  • Web: We will use this to test our application in a browser; it manages a simple HTTP file server

  • Compass: This wraps the execution of compass for Sass compilation

  • Compile: This compiles sources to produce concatenated output

  • Cordova: This manages Cmd/Cordova integration

  • PhoneGap: This manages Cmd/PhoneGap integration

Here are the commands that we will use:

  • help: This displays help for commands

  • upgrade: This upgrades the Sencha Cmd