0.0.4 • Published 7 years ago

pebble-platform-sdk v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago