Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

joachimdalen/azdevops-ext-core

Repository files navigation


Azure DevOps Extension Core

Core components that are used in my extensions for Azure DevOps
Explore the docs »

View Package · Changelog · Report Bug · Request Feature

Azure DevOps builds
Issues License npm bundle size (scoped) npm (scoped)
Dependent repos (via libraries.io), scoped npm package Libraries.io dependency status for latest release, scoped npm package Snyk Vulnerabilities for npm scoped package

About The Project

Core components that are used in my extensions for Azure DevOps.

Components are currently used by:

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  npm install @joachimdalen/azdevops-ext-core

Developing

  1. Clone the repo
    git clone https://github.com/joachimdalen/azdevops-ext-core.git
  2. Install dependencies
    > npm install
  3. Build package
    > npm run build

(back to top)

Contributing

Contributions are welcome, both in the form of suggestions and code. Create

If you want to contribute code, I ask that you follow some guidelines.

  • New and changed features should to the best ability be covered by tests
  • Follow the branching policy:
    • feature/ for new features
    • bugfix/ for bug fixes
    • docs/ for documentation changes
  • If your change is related to an issue, use the id as the first part of the branch e.g bugfix/12-fix-crash-when-updating-rule
  • Pull requests should target the develop branch
  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/some-feature)
  3. Commit your Changes (git commit -m 'Add some feature')
  4. Push to the Branch (git push origin feature/some-feature)
  5. Open a Pull Request

(back to top)

Contact

If you have generic questions about the project or usage you can make contact in the following ways:

  • Submit an issue with the @type/question label - New Issue

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

About

Core components that are used in my extensions for Azure DevOps

Topics

Resources

License

Stars

Watchers

Forks

Contributors