From 7af439b2f4b2fc68408750b575b783b633b04ec2 Mon Sep 17 00:00:00 2001 From: Rima Sirich Date: Thu, 14 May 2020 00:44:40 +0300 Subject: [PATCH 1/3] Brandvoice review for readme.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c733903a..5a33dbc8 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ ![](screenshot.png) ## Description -Provide rich user experience for Yeoman generators using VSCode extension or the browser. +With the Application Wizard extension, you can benefit from a rich user experience for yeoman generators. This extension allows developers to reuse existing yeoman generators and provide wizard-like experience with no development efforts. The repository contains three main packages: * **Frontend** - The Application Wizard as a standalone vue.js application. -* **Backend** - The backend part which communicate with Yeoman and the system. Runs as a VSCode extension or node.js application. +* **Backend** - The backend part which communicates with Yeoman and the system. Runs as a VSCode extension or node.js application. * **Yeoman example generator** - Example generator to show usages and test the platform. ## Requirements @@ -17,7 +17,7 @@ The repository contains three main packages: * [VSCode](https://code.visualstudio.com/) 1.39.2 or higher or [Theia](https://www.theia-ide.org/) 0.12 or higher. ## Download and Installation -To test run the framework you only need to build & install the backend package, which will automatically build & run the UI. +To test run the framework you only need to build and install the backend package, which will automatically build and run the UI. ### installation * Clone this repository * cd into the backend folder @@ -49,13 +49,13 @@ To run it do the following: * On the debug panel choose "Run Extension", and click on the "Run" button. #### Advanced scenarios -To develop and contribute you can build & install each package seperatly. Instruction on each package in the dedicated readme.md file. +To develop and contribute you can build and install each package separately. Instruction on each package in the dedicated readme.md file. * [Build & install the client](frontend/README.md) * [Build & install the backend](backend/README.md) * [Build & install the yeoman example generator](generator-foodq/README.md) ## How to obtain support -To get more help, support and information please open a github [issue](https://github.com/SAP/yeoman-ui/issues). +To get more help, support, and information please open a github [issue](https://github.com/SAP/yeoman-ui/issues). ## Contributing Contributing information can be found in the [CONTRIBUTING.md](CONTRIBUTING.md) file. From d2e44b08f24fde882a5bb0cf19739289e33f0c8e Mon Sep 17 00:00:00 2001 From: Rima Sirich Date: Thu, 14 May 2020 00:48:04 +0300 Subject: [PATCH 2/3] Update package.json --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 36d0ae2a..1c4141df 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "yeoman-ui", - "version": "1.0.7", + "version": "1.0.8", "displayName": "Application Wizard", "publisher": "SAPOS", "author": { From 165c57782ba94c5cb363dc9d2155a5be069b0895 Mon Sep 17 00:00:00 2001 From: Tomer Epstein <57438361+tomer-epstein@users.noreply.github.com> Date: Thu, 14 May 2020 09:14:12 +0300 Subject: [PATCH 3/3] Update README - fix LICENSE url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a33dbc8..d66299c8 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ To get more help, support, and information please open a github [issue](https:// Contributing information can be found in the [CONTRIBUTING.md](CONTRIBUTING.md) file. ## License -Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE]() file. +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE](LICENSE) file.