https://github.com/fairdataihub/license-check
https://github.com/fairdataihub/license-check
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fairdataihub/license-check
- Owner: fairdataihub
- License: mit
- Created: 2023-01-30T19:09:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:52:18.000Z (over 2 years ago)
- Last Synced: 2025-10-30T22:29:19.017Z (8 months ago)
- Language: JavaScript
- Homepage: https://license-check.vercel.app
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# License Check Github App
> A GitHub App built with [Probot](https://github.com/probot/probot). This app checks for a License in the installed repository and warns the user if no license if found.
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t license-check-app .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= license-check
```
## Contributing
If you have suggestions for how license-check-app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[MIT](LICENSE) © 2023 fairdataihub