Skip to main content
VelinStyle v1.0.0
⌂ Home
  1. Docs
  2. Extend
  3. Repo tools

Repo tools

The VelinStyle GitHub repository ships two static HTML tools for experimenting with tokens and components. They are not published as npm packages — clone the repo and open the files in a browser (or via any static server).

Theme Builder

OKLCH-based token editing and CSS export, located at tools/theme-builder/ in the repository.

Playground

Split-view HTML/CSS playground with theme switch and snippet picker — tools/playground/.

End-to-end tests (Playwright)

CommandDescription
npm run test:e2eCross-browser WC smoke (Chromium, Firefox, WebKit)
npm run test:e2e:chromiumChromium only (faster local check)
npm run test:a11y:coverageComponent contract coverage (36/36)

Requires npm run build first. Framework path: tests/e2e/.

Relation to the CLI

For production workflows (custom bundles, icons, blueprints, scan, tokens build), use the VelinStyle CLI from npm. The repo tools above are for design exploration only.

In the framework repo, run npm run test:a11y and npm run test:contrast before releases (0.7.0+).