Skip to content

Commit 47dc0eb

Browse files
committed
Command list
1 parent 3ce1014 commit 47dc0eb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Also provided are modern wrappers around PKJS functions, available under the Peb
1414
2. Install dependencies `npm install`
1515
3. Build your app like normal, `pebble build` will compile your TypeScript and your Pebble app
1616

17+
## CLI commands
18+
19+
- `pkts init` - Configures your Pebble project to use PKTS
20+
- `pkts doctor` - Checks for configuration issues preventing PKTS from working correctly
21+
- `pkts doctor --fix` - Automatically fixes any found issues
22+
- `pkts build` - Compiles TS -> JS, ready for Pebble SDK to bundle into your app
23+
1724
## Available types
1825

1926
- `ready` and `appmessage` events

0 commit comments

Comments
 (0)