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

Fetch GitHub Organization Metrics and write to CSV node src/index.js GH-org [options] #32

@Henrzac679

Description

@Henrzac679

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions