Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienaicheh/azure-devops-launch-icon-badge
https://github.com/damienaicheh/azure-devops-launch-icon-badge
android azure-devops extension ios typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/damienaicheh/azure-devops-launch-icon-badge
- Owner: damienaicheh
- License: mit
- Created: 2020-01-07T14:59:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:57:52.000Z (over 2 years ago)
- Last Synced: 2023-03-04T09:18:17.958Z (almost 2 years ago)
- Topics: android, azure-devops, extension, ios, typescript
- Language: JavaScript
- Size: 291 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Schema](./icon.png)
# Launch Icon Badge
## Install
Available on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=DamienAicheh.launch-icon-task)
## Features
Draw banners on top of your icons.
## Tutorial
You will find a complete tutorial here:##### English version :
[https://damienaicheh.github.io/azure/devops/2020/01/09/easily-differentiate-versions-of-your-applications-using-azure-devops-en](https://damienaicheh.github.io/azure/devops/2020/01/09/easily-differentiate-versions-of-your-applications-using-azure-devops-en)##### French version :
[https://damienaicheh.github.io/azure/devops/2020/01/09/easily-differentiate-versions-of-your-applications-using-azure-devops-fr](https://damienaicheh.github.io/azure/devops/2020/01/09/easily-differentiate-versions-of-your-applications-using-azure-devops-fr)## Example of variable export for developing the project on a Mac:
```
export INPUT_SourceFolder="./../samples/icons" &&
export INPUT_Contents="**/*.png" &&
export INPUT_BannerVersionNamePosition="bottomRight" &&
export INPUT_BannerVersionNumberPosition="none" &&
export INPUT_BannerVersionNameText="mvp" &&
export INPUT_BannerVersionNameColor="#C5000D" &&
export INPUT_BannerVersionNameTextColor="#FFFFFF" &&
export INPUT_BannerVersionNumberTextColor="#FFFFFF" &&
export INPUT_BannerVersionNumberText="1.2.3" &&
export INPUT_BannerVersionNumberColor="#34424F"
```