Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ext-gen

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ext-gen

ext-gen root

  • 7.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 15 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc