Initial WLED CLI

This commit is contained in:
2026-05-10 21:04:44 +02:00
commit 2291c85f6a
4 changed files with 400 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "@space/wled-cli",
"version": "0.1.0",
"description": "Tiny CLI for controlling WLED devices",
"type": "module",
"bin": {
"wled": "./bin/wled.js"
},
"scripts": {
"test": "node ./bin/wled.js --help"
},
"keywords": [
"wled",
"cli",
"led"
],
"license": "MIT"
}