https://github.com/layershifter/fluentui-overseer
https://github.com/layershifter/fluentui-overseer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/layershifter/fluentui-overseer
- Owner: layershifter
- Created: 2024-08-12T12:46:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T08:19:44.000Z (almost 2 years ago)
- Last Synced: 2024-12-13T12:12:50.194Z (over 1 year ago)
- Language: JavaScript
- Size: 984 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
This project uses the GitHub CLI to interact with GitHub. To use the GitHub CLI, you must authenticate with GitHub.
To read project information, you must authenticate with the `read:project` scope.
```bash
gh auth login --scopes read:project
```
## Usage
```bash
yarn fetch # Fetches required data
yarn start # Starts Discovery.js
```