CLI to accumulate operator and developer experience packs. One binary, two
commands. Package name: @hinddy/uxdx
(was @ui8kit/uxdx; keep using this scope after publish).
Homepage: github.com/ui8kit/uxdx
npx @hinddy/uxdx --help
npx @hinddy/uxdx project | p | -p | --project [init] [--dir <path>] [--rules] [--force]
npx @hinddy/uxdx sdlc | s | -s | --sdlc [init] [--dir <path>] --level light|core|full [--force] [--no-install]
Same via Bun: bunx @hinddy/uxdx --help.
The binary is still uxdx. After a local or global install you can call it
without the scope:
npm i -g @hinddy/uxdx
uxdx --help
npm i -D @hinddy/uxdx
npx uxdx --helpprojectwritesREADME.md,.gitignore,.cursorignore, and.manual/.gitkeepif.manual/is missing.sdlccopies a vendored harness pack into.sdlc/.--levelis required.- After copy,
sdlcruns.sdlc/sdlc.sh installunless--no-install.
bun install
bun test
bun run uxdx -- --help
bun run build