Sweeper is a Figma plugin
Sweeper will help you connect your designs with your design system. Just upload your styles, select an artboard you want to lint, and everything in it will get connected to your predefined styles. Automatically.
- It is written in Typescript.
- The code follows Prettier styling.
- It uses Webpack to create a bundle.
- It is a React App.
- And the components are styled with styled-components 🤯
Is quite simple and there is not much to it.
- Clone the repo
- Create a manifest.json file and add it to the repo (.gitignore it though)
- Install the requirements with
npm install
oryarn install
- Watch the files with
yarn dev
command - Or make a production build with
yarn build
- Load and develop the app in Figma Desktop app