Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austenstone/github-usage-report
Parse Github usage reports
https://github.com/austenstone/github-usage-report
github npm-package usage-reports
Last synced: 11 days ago
JSON representation
Parse Github usage reports
- Host: GitHub
- URL: https://github.com/austenstone/github-usage-report
- Owner: austenstone
- Created: 2024-01-18T21:48:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T04:20:06.000Z (5 months ago)
- Last Synced: 2024-10-10T21:17:10.219Z (28 days ago)
- Topics: github, npm-package, usage-reports
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/github-usage-report
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Usage Report Library
A simple library to parse a Github usage report.
See [Viewing your GitHub Actions usage](https://docs.github.com/en/billing/managing-billing-for-github-actions/viewing-your-github-actions-usage) for instructions on how to generate a Github usage report.
## ๐จ Build
```
npm run build
```## ๐งช Test
```
npm test
```## ๐ Run
```
npm start
```## ๐งน Lint
```
npm lint
```