https://github.com/psmyrdek/unused-labels
Find out which labels are not being used in your project.
https://github.com/psmyrdek/unused-labels
cli node yaml
Last synced: about 2 months ago
JSON representation
Find out which labels are not being used in your project.
- Host: GitHub
- URL: https://github.com/psmyrdek/unused-labels
- Owner: psmyrdek
- Created: 2020-04-16T18:36:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T22:08:38.000Z (about 6 years ago)
- Last Synced: 2025-01-22T17:45:23.939Z (over 1 year ago)
- Topics: cli, node, yaml
- Language: JavaScript
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 🕵🏻♂️ Unused Labels
Find out which labels are not being used in your project.

## Usage
```
npx unused-labels --src labels.yaml --dir dir/to/scan
```
* **src** - source file (yaml)
* **dir** - directory to scan
* **outDir** - directory to store result (optional)