@sencha/ext-angular-gen
v7.3.0
Published
Sencha ExtAngular code generator
Downloads
6
Readme
ext-angular-gen
A code generator for ExtAngular applications.
Installation
Install npm (we assume you have pre-installed node.js).
npm install -g @sencha/ext-angular-gen
Creating a new ext-angular-gen App
If you haven't already, log into Sencha's private registry using the credentials you received in your ExtAngular trial or subscription activation email. If you don't have credentials, you can get them by signing up for a trial of ExtAngular.
npm login --registry=http://npm.sencha.com --scope=@sencha
Then, to create a new ext-angular-gen app, run:
ext-angular-gen MyCoolExtAngularApp
Development
To make changes to the generator, run:
git clone [email protected]:sencha/ext-angular.git
cd ext-angular
npm install
cd packages/ext-angular-gen
npm link
Now ext-angular-gen
will use your local copy of the generator.
License
MIT © Sencha, Inc.