0.0.7 • Published 7 years ago
@extjs/generator-extjs v0.0.7
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-generateCreating 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=@extjsThen, to create a new Ext JS app, run:
yo @extjs/ext-jsDevelopment
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-generate
npm linkNow yo @extjs/ext-js will use your local copy of the generator.
License
MIT © Sencha, Inc.