https://github.com/eclipse-score/.github
Houses the organisation README
https://github.com/eclipse-score/.github
score
Last synced: 3 months ago
JSON representation
Houses the organisation README
- Host: GitHub
- URL: https://github.com/eclipse-score/.github
- Owner: eclipse-score
- License: apache-2.0
- Created: 2024-12-11T10:54:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-30T05:55:32.000Z (3 months ago)
- Last Synced: 2026-03-30T07:54:34.039Z (3 months ago)
- Topics: score
- Language: Python
- Size: 112 KB
- Stars: 0
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
- Notice: NOTICE
Awesome Lists containing this project
README
# eclipse-score .github repository
This repository hosts the start page when you visit the eclipse-score GitHub organization. It contains links to the Eclipse Score website, documentation, and other resources related to the Eclipse Score project.
## Development
Use `uv` to create a virtual environment and install the project dependencies:
```
uv sync --all-groups
```
To generate the organization profile README:
```
uv run generate-profile-readme
```
Category order and category descriptions are configured in
`src/profile_readme_generator/profile_readme_config.toml`. Pass
`--config /path/to/file.toml` to use a different config file.
The generator reads repository custom properties from GitHub and expects `GITHUB_TOKEN` to be set.
If `GITHUB_TOKEN` is not set, it falls back to `gh auth token`.
To run the local checks:
```sh
uv run pre-commit run --all-files
```