7.3.0 • Published 5 years ago
@sencha/ext-angular-gen v7.3.0
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-genCreating 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=@senchaThen, to create a new ext-angular-gen app, run:
ext-angular-gen MyCoolExtAngularAppDevelopment
To make changes to the generator, run:
git clone git@github.com:sencha/ext-angular.git
cd ext-angular
npm install
cd packages/ext-angular-gen
npm linkNow ext-angular-gen will use your local copy of the generator.
License
MIT © Sencha, Inc.