Skip to content

Commit 6e5b489

Browse files
author
Marius Obert
authored
Merge pull request #6 from IObert/master
Ship version v0.2
2 parents ff8d741 + f88fcb4 commit 6e5b489

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Easy UI5 Generator
2+
[![NPM version][npm-image]][npm-url]
3+
[![Build Status][circleci-image]][circleci-url]
4+
[![Dependency Status][daviddm-image]][daviddm-url]
5+
[![License Status][license-image]][license-url]
26

37
## Description
48

@@ -103,3 +107,13 @@ Contributions are very much appreciated. 🥳
103107

104108
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
105109
This project is licensed under the Apache Software License, Version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.
110+
111+
112+
[npm-image]: https://img.shields.io/npm/v/generator-easy-ui5.svg
113+
[npm-url]: https://www.npmjs.com/package/generator-easy-ui5
114+
[circleci-image]: https://img.shields.io/circleci/project/github/SAP/generator-easy-ui5.svg
115+
[circleci-url]: https://circleci.com/gh/SAP/generator-easy-ui5
116+
[daviddm-image]: https://img.shields.io/david/SAP/generator-easy-ui5.svg
117+
[daviddm-url]: https://david-dm.org/yeoman/yeoman-test
118+
[license-image]: https://img.shields.io/npm/l/generator-easy-ui5.svg
119+
[license-url]: https://github.com/SAP/generator-easy-ui5/blob/master/LICENSE

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-easy-ui5",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "Generator for OpenUI5-based web-apps which use the official UI5 tooling and support deployment targets such as the SAP Cloud Platform",
55
"main": "generators/app/index.js",
66
"files": [

0 commit comments

Comments
 (0)