https://github.com/ietf-tools/common
Shared resources for ietf-tools repositories
https://github.com/ietf-tools/common
Last synced: about 1 month ago
JSON representation
Shared resources for ietf-tools repositories
- Host: GitHub
- URL: https://github.com/ietf-tools/common
- Owner: ietf-tools
- License: bsd-3-clause
- Created: 2022-01-14T03:11:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T19:25:00.000Z (9 months ago)
- Last Synced: 2025-03-30T03:41:19.313Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 35 MB
- Stars: 4
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IETF Tools - Common Resources
Shared resources and templates for ietf-tools repositories## Logo Assets
Logo identities are located in the `assets/logos` folder, to be used primarily in GitHub project READMEs.
To generate a new one, modify the file `identities.yml` and add a new entry to the `input` list.
Upon new commit, logos will automatically be (re)generated and stored in `assets/logos`.
### Accepted Properties
| Field | Description | Required | Default |
|---------|-------------------------------------------|:--------------------------:|-----------|
| `key` | Filename of the output SVG file | :white_check_mark: | |
| `label` | Text to display | :white_check_mark: | |
| `color` | HEX color code to use to render the label | :x: | `#02A1D7` |### Colors
Different colors are used depending on the project type:
- `#02A1D7`: Tools / CLI Projects *(default)*
- `#8202D7`: Websites
- `#4CAF50`: Documentation Repositories
- `#C2185B`: Modules