DevelopersClockwork.yml

Clockwork.yml

Clockwork.yml is a file that contains metadata about a package.

Example

clockwork.yml
name: my-package
description: My awesome clockwork package
version: 1.0.0 # github release tag
# Watch Face Format version that's required for installing your package
watchFaceFormatVersion: 2 # or unspecified for any version
⚠️

The clockwork package file must be named clockwork.yml (clockwork.yaml will be ignored).

Fields

FieldDescription
nameThe name of the package.
descriptionA short description of the package.
versionThe version of the package. Must be a valid GitHub release tag.
watchFaceFormatVersionThe version of Watch Face Format required to use the package. If unspecified, any version is allowed.