Giter VIP home page Giter VIP logo

alm-rangers_azure-boards-kanban-tools's Introduction

Azure Boards Kanban Tools

About

This extension will allow you to share your Kanban board with another team in your project. You will also be able to grab the settings from another team's board.

Build

To build this extension, in the azure-boards-kanban-tools folder, run the command

npm install

Dev Deployment

Running the following command will generate a development package to use

npm run package:dev

This will produce a .vsix package available for use. Go to the Marketplace management portal and upload the new extension there. Once uploaded, you can share the extension with your instance.

This is built to run against localhost on port 9090. To start a development server to test against, run the command

npm run dev

You can run the Webpack dev server from Visual Studio as well if you install the NPM Task Runner extension.

VS Code / Chrome Debugging

You can use Chrome to debug the local instance through the use of the Debugger for Chrome extension. After starting the development server, in VS Code, hit F5 to open Chrome in a debug instance. The first time you launch the debugger, you will have to accept the untrusted https connection. Once the connection is trusted, you will be able to navigate to your team project:

https://{instance}.visualstudio.com/{project}/_backlogs/board

And see the extension available for use. Setting breakpoints in VS Code should allow them to be hit from Chrome.

This should work with other browsers as well but has currently only been tested with Chrome.

Release Deployment

To prep a release, you can run one of the following commands:

npm run build:release

Or

npm run package:release

The first command compiles the typescript files, and preps all outputs in the **dist/** folder. The second command runs the build but also creates a vsix that can be uploaded to the marketplace.

alm-rangers_azure-boards-kanban-tools's People

Contributors

chrismason avatar madkoo avatar keesv avatar jessehouwing avatar molausson avatar tspascoal avatar dependabot[bot] avatar pkrk98 avatar prasannar2 avatar

Watchers

 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.