JS: NPM packages changes for CFW SDK

This commit is contained in:
Willy-JL
2024-11-01 21:23:28 +00:00
parent 6e022a60a1
commit 249ff23598
4 changed files with 28 additions and 7 deletions

View File

@@ -1,6 +1,10 @@
# Flipper Zero JavaScript SDK Wizard
# Momentum FW JavaScript SDK Wizard
This package contains an interactive wizard that lets you scaffold a JavaScript
application for Flipper Zero.
application for Flipper Zero using the Momentum Firmware JS SDK.
This is a fork of the [Official Flipper Zero JS SDK Wizard](https://www.npmjs.com/package/@flipperdevices/create-fz-app),
configured to use the [Momentum JavaScript SDK]((https://www.npmjs.com/package/@next-flip/fz-sdk-mntm)) instead.
No other changes are included.
## Getting started
Create your application using the interactive wizard:

View File

@@ -1,10 +1,13 @@
{
"name": "@next-flip/create-fz-app-mntm",
"version": "0.1.0",
"description": "Template package for JS apps Flipper Zero",
"description": "Template package for JS apps for Flipper Zero using Momentum Custom Firmware JS SDK",
"bin": "index.js",
"type": "module",
"keywords": [
"momentum",
"momentum firmware",
"next-flip",
"flipper",
"flipper zero"
],