ExtLB Cli
Homepage Repository npm Download
CURRENTLY NOT FOR PUBLIC USE!!
ExtLB Cli provides an application to create and manage ExtLB projects.
Based on Loopback and Sencha ExtJS
Before using ExtLoop Cli you must first authenticate with Sencha's NPM Registry
Note: npm requires you to replace @ in login with “..”. For example, if your login to support portal is firstname.lastname@sencha.com, your login to npm registry will be firstname.lastname..sencha.com. You can use your existing support portal password.
npm login --registry=http://npm.sencha.com --scope=@sencha
Install Model Decorator Module via npm
npm install @extjs/elb -g
mkdir exampleapp
cd exampleapp
elb app
mkdir examplemodule
cd examplemodule
elb module
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details