├── .github └── workflows │ └── lint.yaml ├── .tool-versions ├── CONTRIBUTING.md ├── LICENSE └── README.md /.github/workflows/lint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WearOSCommunity/awesome-wear-os/HEAD/.github/workflows/lint.yaml -------------------------------------------------------------------------------- /.tool-versions: -------------------------------------------------------------------------------- 1 | nodejs 21.6.0 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WearOSCommunity/awesome-wear-os/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WearOSCommunity/awesome-wear-os/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WearOSCommunity/awesome-wear-os/HEAD/README.md --------------------------------------------------------------------------------