https://github.com/openthread/size-report
An app that generates size reports for pull requests.
https://github.com/openthread/size-report
Last synced: about 1 year ago
JSON representation
An app that generates size reports for pull requests.
- Host: GitHub
- URL: https://github.com/openthread/size-report
- Owner: openthread
- License: apache-2.0
- Created: 2019-07-31T23:03:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T23:13:14.000Z (over 1 year ago)
- Last Synced: 2025-04-05T08:25:40.740Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 2
- Watchers: 15
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# size-report
> A GitHub App built with [Probot](https://github.com/probot/probot) that Generate size report for pull request
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Contributing
We would love for you to contribute to OpenThread and help make it even better than it is today! See our [Contributing Guidelines](https://github.com/openthread/size-report/blob/master/CONTRIBUTING.md) for more information.
Contributors are required to abide by our [Code of Conduct](https://github.com/openthread/size-report/blob/master/CODE_OF_CONDUCT.md).
## License
[Apache-2.0](LICENSE) © 2019 OpenThread Authors