Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c4rth committed Nov 25, 2021
1 parent e3c3e16 commit 9b0fb9b
Show file tree
Hide file tree
Showing 6 changed files with 277 additions and 261 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Change Log

All notable changes to the "ado-task-viewer" extension will be documented in this file.
## Version 0.1.1

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
- Add clearer readme
- Update packages

## [Unreleased]
## Version 0.1.0

- Initial release
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# AzDevops task.json viewer

## Commands
## Features
### View task.json of an Azure DevOps custom extension
<br/>

- **View AzDo Task UI**
Supported :
- input types
- visibility rules
- collapsible groups
- help markdown
- validation : based on https://github.com/microsoft/azure-pipelines-task-lib/blob/master/tasks.schema.json

View task.json UI
Not supported :
- fully data source binding (only simulated)

<br/>

![task ui](./readme/extension.png)

## Usage

![usage](./readme/usage.gif)
Loading

0 comments on commit 9b0fb9b

Please sign in to comment.