/vsts-rest-multivalue

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

Primary LanguageTypeScriptMIT LicenseMIT

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

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