Giter VIP home page Giter VIP logo

vsts-extensions's Introduction

This repo holds all my VSTS extensions.

  • Bug Bash Pro
  • Checklist
  • Controls Library
  • One Click
  • Related WITs
  • PR WorkItems

There is also a common library for shared components and utils in "Library" folder.

Steps to run build and package. From root folder -

  • Run "npm install"
  • Run "npm run build" to generate build in a "dist" folder at root level
  • Run "npm run package" to generate build and also packaged vsix files for extensions.

"src/Apps.js" file manages all the apps that build and package command look into. If you want to build and package just 1 extension, comment all other into Apps.js file.

If you want to fork just one of the extensions from it in your own account, do the following -

  1. Fork the repo
  2. Decide which extension do you want. Lets say you want "Checklist" extension.
  3. Go to "src" folder and delete all folders except "Checklist" and "Library". "Library" holds a set of common components/utilities that every extension of mine uses, so you need this folder.
  4. In Apps.js file, remove everything except "Checklist"
  5. In tsconfig file, edit "paths" property. Remove all except "Checklist", "Library", "VSSUI", and "OfficeFabric".
  6. In webpack.config.js file, edit "alias". Remove all except "Checklist", "Library", "VSSUI", and "OfficeFabric".

And you are all set. Run "npm run package" to build and package your extension and "npm start" to start a local dev server

vsts-extensions's People

Contributors

mohitbagra avatar pabrams avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.