Overview

Provides a report UI-Component library usage throughout all the Github repos

Current Report

Setup

You will need to obtain a personal access token with the following permissions

  • repo:all
  • admin:org
    • read:org
  • project
    • read:project

Save the token in a .env file

GITHUB_API_TOKEN=[your token]

Generate

npm run build:all     # analyzes all GoA repos
npm run build:report  # 

View

npx serve report