clach04 / pebble_watchface_framework

Working, ready to build Bare-Bones watch face for Pebble (OG/Classic, Time, and Round) Aplite, Basalt, Diorite, and Chalk. With configuration and settings support.
Apache License 2.0
20 stars 2 forks source link

new clay #19

Open clach04 opened 1 year ago

clach04 commented 1 year ago

Adopt clay that works in emulator. I have my own fork but https://github.com/kennedn/clay appears to have at least one new feature.

I have kennedn's branch cloned to https://github.com/clach04/pebble-clay/tree/kennedn

Example of use https://github.com/kennedn/find-o-matic/blob/master/package.json

  "dependencies": {
    ....
    "pebble-clay": "git+https://github.com/kennedn/clay.git",
    ....
  },