ExtLoop Cli (Work In Progress)
CURRENTLY NOT FOR PUBLIC USE!!
ExtLB Cli provides an application to create and manage ExtLB projects.
Based on Loopback and Sencha ExtJS
Prerequisites
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
Installing
Install Model Decorator Module via npm
npm install @extjs/elb -g
Getting Started
Create new Application
mkdir exampleapp
cd exampleapp
elb app
Create new Module
mkdir examplemodule
cd examplemodule
elb module
Built With
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Colton McInroy - Initial work - GitLab Profile
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details