Skip to content
This repository was archived by the owner on Jul 24, 2022. It is now read-only.

Jorge1o1/vsts-contributions

 
 

Repository files navigation

Credits

The vast majority of the work in this project was done by Otto Streifel

Structure

/scripts            - Typescript code for extension
/img                - Image assets for extension and description
/typings            - Typescript typings

details.md          - Description to be shown in marketplace   
index.html          - Main entry point
vss-extension.json  - Extension manifest

Version History

0.7.0 - Updated VSS SDK, moved from `typings` to `@types`
0.6.0 - Updated VSS SDK to M104
0.1.1 - Automatically increase extension's minor version when packaging.

Usage

  1. Clone the repository
  2. npm install to install required local dependencies
  3. npm i -g gulp typescript tslint tfx-cli to setup require globals
  4. gulp to build and package the application

Including framework modules

The VSTS framework is setup to initalize the requirejs AMD loader, so just use import Foo = require("foo") to include framework modules.

VS Code

The included .vscode config allows you to open and build the project using VS Code.

About

Contributions Graph for vsts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 83.5%
  • CSS 8.7%
  • JavaScript 3.9%
  • HTML 3.9%