# edgex-snap-metadata **Repository Path**: mirrors_canonical/edgex-snap-metadata ## Basic Information - **Project Name**: edgex-snap-metadata - **Description**: This repo contains the metadata of EdgeX snaps - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # edgex-snap-metadata This repo contains the metadata of EdgeX snaps along with utility scripts to generate appstream metadata files. The output files along with the EdgeX snaps icon are stored in the [appstream] branch. ## Metadata The [metadata](metadata) directory contains the metadata of snaps. Each `.md` file contains the summary and description, separated by a markdown horizontal line (`---`): ``` summary --- description ``` Notes on the formatting: * Use `**bold**` for section header * Section headers do not need a trailing colon * ~~Use double-spaces at the end of a line to make a line-break~~ Appstream parser removes whitespaces. * Use two line breaks to start a new paragraph in text or after the section headers * URLs get converted to hyperlinks automatically. Adding hyperlinks as `[title](url)` work on Github and in the snapcraft.io preview but will not be rendered on the final snapcraft.io listing! ## Usage Generate AppStream file from markdown: ```bash go run generate-appstream.go --input=metadata/edgex-device-gpio.md ``` ## CI Markdown files in main get converted automatically and added to the [appstream] branch. See [.github/workflows/appstream.yaml](.github/workflows/appstream.yaml) [appstream]: https://github.com/canonical/edgex-snap-metadata/tree/appstream