npm.io
0.16.0 • Published 2d agoCLI

create-mikro

Licence
MIT
Version
0.16.0
Deps
4
Size
101 kB
Vulns
0
Weekly
0
Stars
9

create-mikro

Scaffolding tool for new Mikro.js projects.

npm create mikro

Templates

Template Description
blank Empty starter project
blinky Blink an LED
pwm-led PWM LED fading
neopixel RGB LED strip
wifi-fetch WiFi + HTTP request
wifi-access-point WiFi hotspot
sntp NTP time sync
rtc-counter RTC counter with deep sleep

Usage

# Interactive (prompts for template)
npm create mikro

# With template
npm create mikro -- --template blinky

# With pnpm
pnpm create mikro --template blinky

Keywords