0.0.4 • Published 6 years ago

@extjs/generator-sencha-generate v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

generator-ext-js

A Yeoman generator for Ext JS apps.

Installation

First, install Yeoman and @extjs/generator-ext-js using npm (we assume you have pre-installed node.js).

npm install -g yo @extjs/generator-ext-js

Creating a new Ext JS App

If you haven't already, log into Sencha's private registry using the credentials you received in your Ext JS trial or subscription activation email. If you don't have credentials, you can get them by signing up for a trial of Ext JS.

npm login --registry=http://npm.sencha.com --scope=@extjs

Then, to create a new Ext JS app, run:

yo @extjs/ext-js

Development

To make changes to the generator, run:

git clone git@github.com:sencha/extjs-reactor.git
cd extjs-reactor
npm install
cd packages/generator-ext-js
npm link

Now yo @extjs/ext-js will use your local copy of the generator.

License

MIT © Sencha, Inc.