ItemLevelDownloader is a generic framework which supports download of artifacts from different providers like jenkins, teamcity, vsts, bitbucket e.t.c. The framework is extensible and other providers can be easily plugged in the downloader.
To use ItemLevelDownloader in your tasks or app have a look at task.ts.
Build
- Go to src folder and run npm install
- Use command ctrl-shift-b to build from vscode
Testing
- Install mocha extension to run tests from vscode