@jarooda/jlds
v1.2.0
Published
Own-your-code component CLI for the JLDS design system — downloads React/Vue components straight into your project.
Maintainers
Readme
@jarooda/jlds
The CLI for the JLDS design system. It downloads React/Vue component source straight into your project — you own and customize the code, shadcn-style.
Run it
No install needed — run on the fly with npx:
npx @jarooda/jlds init # detect framework, write jlds.json, inject design tokens
npx @jarooda/jlds add button # download a component into your project
npx @jarooda/jlds list # list available componentsOr install it globally — the command is jlds:
npm i -g @jarooda/jlds
jlds initThis package is a thin launcher: on first run it downloads the prebuilt native binary for your platform from the matching GitHub Release, caches it by version, and runs it directly. Later runs reuse the cache (no network).
Docs
See the full documentation at https://github.com/jarooda/jlds.
