mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
* feat: js sdk * refactor: move js back where it belongs * docs: generate docs using typedoc * feat: sdk versioning scheme * ci: silence pvs warning * docs: bring back old incomplete js docs * style: readAnalog naming * fix: rename script compatibility screens Co-authored-by: あく <alleteam@gmail.com>
576 B
576 B
Flipper Zero JavaScript SDK Wizard
This package contains an interactive wizard that lets you scaffold a JavaScript application for Flipper Zero.
Getting started
Create your application using the interactive wizard:
npx @flipperdevices/create-fz-app@latest
Then, enter the directory with your application and launch it:
cd my-flip-app
npm start
You are free to use pnpm or yarn instead of npm.
Documentation
Check out the JavaScript section in the Developer Documentation