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
Field | Description |
---|---|
name | The name of the package. |
description | A short description of the package. |
version | The version of the package. Must be a valid GitHub release tag. |
watchFaceFormatVersion | The version of Watch Face Format required to use the package. If unspecified, any version is allowed. |