generator-senchatouch

0.4.5 • Public • Published

Sencha Touch generator

Maintainer: Tomoyuki Kashiro

A Sencha Touch generator for Yeoman that provides a function boilerplate Sencha Touch app

Usage

Install

npm install -g generator-senchatouch

Generate

yo senchatouch

Grunt Task

grunt serve

The http server is launched. Bowser (http://localhost:9000) open automatically.

js, sass, images are watched. so if you modify those resources the compile tasks are excuted and refresh you browser.

grunt test

excute test.

grunt (default)

execute following task.

  • jshint
  • test
  • serve

grunt build

  • grunt build:testing

    execute sencha app build testing

  • grunt build:production

    execute sencha app build production and some grunt tasks.

grunt build-bower

Copy custom components which are under the app/ux folder to bower-dist. It is useful to publish your costom component to bower.

TODO

  • create test

Package Sidebar

Install

npm i generator-senchatouch

Weekly Downloads

1

Version

0.4.5

License

none

Last publish

Collaborators

  • tkashiro