Project aims to simplify development of UI5 libraries. This yeoman generator gives you a headstart by setting up your complete development environment (UI5 cli and build tools, Node dependencies, test application) and creates a custom library with your provided namespace.
Feel free to check out similar custom libraries added by openui5 community at www.ui5lab.io
Generates an openUI5 library with following features:
- A ready-to-use sample control that you can easily edit and customize.
- OpenSource library control based on latest UI5 build tools
- Development server that enables you to test your custom control easily
- ui5cli that let's you package your library
- Test Page to quickly check your library in action
- Install yeoman if you don't have it already :
npm install -g yo
- Install the generator npm module
npm install -g generator-ui5lab
- Create a new directory for your library and run
yo ui5lab
Run npm start
once the installation is done to see your library in action.
Demo Page
Share your awesome library with the community
We are more than happy to accept contributions to this project in form of feedback, bug reports and pull requests. References:
-
Nitish Mehta @nitish-mehta
-
Vaibhav Arora @vaibhavar