ext-gen

7.2.0 • Public • Published

ext-gen

A generator for Ext JS applications using Open Tooling.

Installation

Dependencies

Install npm (we assume you have pre-installed node.js).

Commercial Customers: only commercially licensed customers need to authenticate with Sencha's private npm registry

  • Login to Sencha's private registry using your username and passsword:
npm login --registry=http://npm.sencha.com --scope=@sencha

Install the Open Tooling application generator

npm install -g @sencha/ext-gen

Creating a new ext-gen App

To create a new Ext JS Open Tooling app, run one of the following commands in a terminal or console window:

// Generate boilerplate app
ext-gen app -a

// Interactive mode
ext-gen app -i 

To see a full list of commands for ext-gen, simply run ext-gen from your termincal or console window.

Development

To make changes to the generator, run:

git clone git@github.com:sencha/ext-gen.git
cd ext-gen
npm install
cd packages/ext-gen
npm link

Now ext-gen will use your local copy of the generator.

License

MIT © Sencha, Inc.

Readme

Keywords

Package Sidebar

Install

npm i ext-gen

Weekly Downloads

5

Version

7.2.0

License

MIT

Unpacked Size

11.9 MB

Total Files

864

Last publish

Collaborators

  • sencha