New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generator-senchatouch

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-senchatouch

Scaffold out a senchatouch app

0.4.5
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Sencha Touch generator

Maintainer: Tomoyuki Kashiro

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

  • required * : Sencha command

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

Keywords

yeoman-generator

FAQs

Package last updated on 26 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts