Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 5.28 KB

cmd.md

File metadata and controls

68 lines (41 loc) · 5.28 KB

Sencha Cmd Learning Pathway

The following learning pathway will help you get started scaffolding a new project, minifying, and deploying your application to production using Sencha Cmd.

Prerequisites

Beginner

  • (Guide) Introduction to Sencha Cmddocs.sencha.com
    Introduction to using Sencha Cmd.

  • (Blog) Behind the Sencha Command Utility and the Build ProcessJacky Nguyen on May 02, 2012
    The Sencha command utility is a cross-platform command line tool that helps make it easier than ever to develop applications with Sencha Touch 2. The tool consists of many useful automated tasks around the full lifecycle of your applications, from generating a fresh new project to deploying an app for production.

  • (Blog) The All New Sencha CmdDon Griffin on September 19, 2012
    Many exciting things have been happening internally on the build tools for Sencha frameworks.

  • (Guide) Using Sencha Cmd with Ext JSdocs.sencha.com
    Using Sencha Cmd to generate and develop Ext JS applications.

  • (Guide) Using Sencha Cmd with Sencha Touchdocs.sencha.com
    How to generate applications and automate the deployment and packaging process with Sencha Cmd.

  • (Blog) Using Sencha Cmd and the Sencha Eclipse Plugin TogetherAditya Bansod on November 29, 2012
    Sencha Cmd 3.0 is the newest addition to the set of tools that make it easy to build Sencha applications. The new Cmd greatly increases the functionality of what you can do on the command line, giving you the ability to scaffold, build and minify projects.

  • (Guide) Compiler-Friendly Code Guidelinesdocs.sencha.com
    Recommendations for getting the most from the compiler.

  • (Guide) Workspaces in Sencha Cmddocs.sencha.com
    Using Sencha Cmd to develop large, multi-page, applications.

  • (Guide) Single-Page Ext JS Appsdocs.sencha.com
    Using Sencha Cmd to develop single-page, Ext JS applications.

  • (Guide) Multi-Page Ext JS Appsdocs.sencha.com
    Using Sencha Cmd to develop large, multi-page, Ext JS applications.

  • (Guide) Building Themes for Ext JSdocs.sencha.com
    Introduction to themes and the image slicer.

Intermediate

  • (Guide) Advanced Sencha Cmddocs.sencha.com
    Advanced uses of Sencha Cmd.

  • (Guide) Sencha Compiler Referencedocs.sencha.com
    Using, configuring and getting the most from the compiler.

  • (Guide) Ant Integrationdocs.sencha.com
    Describes the Ant Tasks available from Sencha Cmd.

  • (Guide) Generating Metadatadocs.sencha.com
    Generation and uses for code metadata.

  • (Guide) Sencha Cmd Referencedocs.sencha.com
    A complete command line reference.

  • (Video) Using Sencha Eclipse Plugin with Sencha Cmd (10:21)www.sencha.com on November 27, 2012
    Sencha Cmd and Sencha Eclipse Plugin work great together. See how Sencha Cmd streamlines the process of setting up your model-view-controller Ext JS or Sencha Touch application and how Sencha Eclipse Plugin gives you code assist, error checking and type ahead support from the popular Eclipse IDE. Use both these Sencha tools together to dramatically reduce your app development time.

  • (Forums) Sencha Cmd Forumswww.sencha.com