Skip to content

nitish-mehta/generator-ui5lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yeoman Generator for openUI5 libraries

image

NPM Version

Introduction

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

Features

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

Installation & Usage

  • 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

See your library in action

Run npm start once the installation is done to see your library in action.

Demo Page

image

Share your awesome library with the community

image

Contributing

We are more than happy to accept contributions to this project in form of feedback, bug reports and pull requests. References:

Credits

About

Yeoman Generator for creating openUI5 libraries | www.ui5lab.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published