Skip to content

Scorpio59/vsts-rest-multivalue

 
 

Repository files navigation

This a fork of the multi value extension that draws its values from an admin specified rest endpoint rather than a hard coded list.

To Build

npm i -g typescript tslint gulp tfx-cli
git clone git clone https://github.com/ostreifel/vsts-rest-multivalue.git
cd vsts-rest-multivalue
npm i
npm run build:release
npm run package:dev

Documentation

Internal documentation of the extension storepage.md

Structure

All build tasks are contained in package.json

Inputs are specified in vss-extension.json

All extension logic, markup and styling is in src

About

The multivalue control except the suggested values are specified by a rest call

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 71.2%
  • JavaScript 17.7%
  • HTML 8.0%
  • CSS 3.1%