You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2025. It is now read-only.
To fetch Azure DevOps organization metrics and write to CSV, you can use the following command:
node src/index.js GH-org -o -t
Replace <organization> with the name of your GitHub organization and <PAT> with your personal access token.
This command will fetch the necessary data from your GitHub organization and export two CSV files. One CSV file will contain a list of repositories with the number of Pull Requests, Issues, Projects, and whether wikis are enabled. The other CSV file will contain organization-level rollup metrics (number of repositories, pull requests, issues, and projects). The CSV files will be exported to a new directory within the project's root directory.
To fetch Azure DevOps organization metrics and write to CSV, you can use the following command:
node src/index.js GH-org -o -t
Replace
<organization>with the name of your GitHub organization and<PAT>with your personal access token.This command will fetch the necessary data from your GitHub organization and export two CSV files. One CSV file will contain a list of repositories with the number of Pull Requests, Issues, Projects, and whether wikis are enabled. The other CSV file will contain organization-level rollup metrics (number of repositories, pull requests, issues, and projects). The CSV files will be exported to a new directory within the project's root directory.