1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00
Files

Flipper Unleashed Firmware JavaScript SDK Wizard

This package contains an interactive wizard that lets you scaffold a JavaScript application for Flipper Zero using the Custom Unleashed Firmware JS SDK.

This is a fork of the Official Flipper Zero JS SDK Wizard, configured to use the Unleashed FW JavaScript SDK instead. No other changes are included.

Getting started

Create your application using the interactive wizard:

npx @darkflippers/create-fz-app-ul@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