@extjs/generator-ext-generate
v0.0.9
Published
A Yeoman generator for Ext JS apps
Downloads
1
Readme
generator-ext-generate
A Yeoman generator for Ext JS apps.
Installation
First, install Yeoman and @extjs/generator-ext-generate
using npm (we assume you have pre-installed node.js).
npm install -g yo @extjs/generator-ext-generate
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-generator
Development
To make changes to the generator, run:
git clone [email protected]:sencha/extjs-reactor.git
cd extjs-reactor
npm install
cd packages/generator-ext-generate
npm link
Now yo @extjs/ext-generate
will use your local copy of the generator.
License
MIT © Sencha, Inc.