systematically
v0.2.0
Published
Pull your Systematically design tokens straight into your codebase.
Maintainers
Readme
systematically (CLI)
Pull your design tokens from Systematically straight into your codebase.
Requires a Plus plan or above. Free users can copy/paste or download from the dashboard.
Use
# 1. Connect this machine (once) — paste your sys_… key
npx systematically login
# 2. Set up this project (once) — pick a file, formats, and folders
npx systematically init
# 3. Pull the latest tokens anytime
npx systematically pullinit writes systematically.config.json (commit it — it's shared, no secrets).
Your key lives only on your machine (~/.systematically/credentials.json) or in
SYSTEMATICALLY_TOKEN for CI.
Phase 1
- Formats: CSS and W3C. (JS/TS, Tailwind come later.)
- One config per repo, one file per config.
pulloverwrites only the files it created (tracked in.systematically/manifest.json); it never touches your own files.
Dev
npm install
node src/cli.js --help
# point at a local app server:
node src/cli.js login --url http://localhost:5173 --key sys_xxx