UNPKG

758 BMarkdownView Raw
1Fitbit SDK Toolchain
2=====================
3
4[![Greenkeeper badge](https://badges.greenkeeper.io/Fitbit/fitbit-sdk-toolchain.svg)](https://greenkeeper.io/)
5
6The Fitbit SDK Toolchain is used to build Fitbit OS apps and clock faces.
7
8### Usage
9Install Fitbit SDK Toolchain to your project and run `npx fitbit-build` to compile your app!
10
11#### Extra Commands
12The toolchain can be used to generate a new appID for your project. This is useful when you copy an existing project and want to publish it as a different app on the App Gallery.
13
14`npx fitbit-build generate-appid`
15
16### Help
17For help regarding the tools please consult the [Fitbit Developer Portal](https://dev.fitbit.com) or
18[Fitbit SDK Forums](https://community.fitbit.com/t5/SDK-Development/bd-p/sdk)