usefidel
v1.1.0
Published
Fidel CLI — set up design-system and Figma design checks for your repo.
Downloads
21
Maintainers
Readme
usefidel
The Fidel CLI. Set up design-system and Figma design checks for a repo, so every pull request tells you what drifted.
Set up a repo
npx usefidel initinit signs you in, finds your design system, and writes fidel.config.json plus a
GitHub Actions workflow. It stages both files — review the diff, then commit.
Requires Node 20 or later.
Commands
| Command | What it does |
|---|---|
| npx usefidel init | Set up this repo, so every pull request tells you what drifted |
| npx usefidel login | Sign in with Figma |
| npx usefidel login --web | Sign in in the browser — email, Google, or Figma |
| npx usefidel link | Let CI authenticate without a secret |
| npx usefidel unlink | Remove the link for this repo |
How sign-in works
login opens your browser and listens on 127.0.0.1 for the callback. Nothing is
exposed to your network. Credentials are written to ~/.fidel/credentials.json with
owner-only permissions.
Learn more
License
See LICENSE.
