pebble-platform-sdk
v0.0.4
Published
Tool to compile and package pebble packages/apps/watchfaces compiling with different sdk version per platform
Downloads
2
Readme
pebble-platform-sdk
Tool to compile and package pebble packages/apps/watchfaces compiling with different sdk version per platform
Installation
npm install pebble-platform-sdk --save-dev
npm run add-pebble-platform-sdk-scripts
This will also add the following line to your package.json in scripts:
"build-all": "pebble-platform-sdk aplite=3.13.1 basalt=3.13.1 chalk=3.13.1 diorite=4.0 emery=4.2.2"
Edit package.json, and replace the versions in the above line to the desired sdk versions for each platform
Usage
npm run build-all
The output will be ${package.name}-${package.version}.pbw
in the project directory