generator-ui5lab
v0.2.0
Published
Yeoman Generator for creating openUI5 libraries | www.ui5lab.io
Downloads
23
Readme
Yeoman Generator for openUI5 libraries
Introduction
Project aims to simplify development of UI5 libraries. This yeoman generator gives you a headstart by setting up your complete development environment (Grunt dev server, Node dependencies, Bower components) 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
Features
Generates an openUI5 library with following features:
- A ready-to-use sample control that you can easily edit and customize.
- Theming enabled library with LESS support
- Grunt based development setup with preconfigured build tasks
- ESLint configuration and grunt job to ensure quality
- Development server that enables you to test your custom control easily
Installation & Usage
- Install the generator npm module
npm install -g generator-ui5lab
- Create a new directory for your library and run
yo ui5lab
- Run
grunt
to see your freshly baked library in action
Contributing
We are more than happy to accept contributions to this project in form of feedback, bug reports and pull requests. References:
- http://yeoman.io/authoring/index.html
- http://yeoman.io/generator/
Credits
Nitish Mehta @nitish-mehta
Vaibhav Arora @vaibhavar