Get Started
Quickstart
Stylebit CLI tool is designed to analyze design system adoption in codebase. It will crawl the codebase and will try to find all the places where the design system is used and calculate adoption rate.
- Supports
React/Typescript
for components as well asscss/css
for design tokens. - Support
React Native
. - Supports
WebComponents
(alpha).
installation
Get access token
Run locally
NOTE: --config
option is required
Manual
Troubleshooting
It’s recommended to install stylebit cli globally. Make sure you have it installed globally before moving forward.
- If you select technology but nothing happens make sure you provide correct config.json path. To see exact message run in
--verbose
mode - If you see an error make sure you are logged in.ENOENT: no such file or directory, open ‘$Home/.stylebit/credentials’
stylebit login
will navigate you to the browser. Log in there and you will get your credentials for the cli. If you were logged in, probably your token has expired. Try to login again.