/devmetricsazure

Azure Git metrics scripts

Primary LanguageTypeScriptMIT LicenseMIT

devmetricsazure

Azure Git metrics scripts

Prerequisites

  • Azure DevOps Node API
  • PAT Token for Azure DevOps authentication
  • Node.js and npm installed

Installation

npm i npm run build npm start

configuration

projectconfig.template.json file needs to be renamed to projectconfig.json and updated with the following: Project Name Repositories to target Branches for Analysis

Following Environment variables are mandatory: "API_URL": "", "API_TOKEN":"", "API_PROJECT":""