0.1.1 • Published 11 years ago

sencha-touch.jsx v0.1.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

sencha-touch.jsx

Synopsis

Sencha Touch API wrapper for JSX

Code Example

TBD

Installation

jsx-init creates project to use this. Select sencha-touch-app project. jsx-init is a CUI project generating wizard:

$ npm install -g jsx-init
$ jsx-init
jsx-init: version 0.2.0
    By Yoshiki Shibukawa (https://github.com/shibukawa/jsx-init)
Project name [sandbox] >>> sandbox
npm Package name [sandbox] >>>
Short description [This is an awesome project to make everyone happy!] >>>
Version [0.1.0] >>>

1: jsx-lib          - includes: folder for library, unit test, sample app template.
2: node-app         - includes: command line tool source file, folder for library and unit test.
3: sencha-touch-app - includes: JSX source file, sencha-touch library and wrapper, html, css, web server setting to run on Chrome.
4: web-canvas-app   - includes: JSX source file, html, css to use Canvas API, web server setting to run on Chrome.

What type of project do you want to create? >>> 3

:
(omitting)
:

Enjoy JSX!

It creates setting files. npm install install needed tools including sencha-touch.jsx libraray.

Development

This is generated by jsduck2jsx.

Author

  • shibukawa / yoshiki@shibu.jp

License

MIT

Complete license is written in LICENSE.md.