https://github.com/rojcyk/figma-plugin-starter
An opinionated Figma plugin starter.
https://github.com/rojcyk/figma-plugin-starter
figma-plugin figma-plugins react template typescript webpack
Last synced: 8 months ago
JSON representation
An opinionated Figma plugin starter.
- Host: GitHub
- URL: https://github.com/rojcyk/figma-plugin-starter
- Owner: rojcyk
- Created: 2020-08-03T17:56:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T17:38:18.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:16:50.601Z (over 1 year ago)
- Topics: figma-plugin, figma-plugins, react, template, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 885 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Figma plugins can be very simple, or as complex you want them to be. This Figma plugin boilerplate is opinionated and is optimized for a feature rich and larger plugins. It is heavily inspired from [viewports-client](https://github.com/rojcyk/viewports-client).
### Dependencies
- It is written in [Typescript](https://www.typescriptlang.org/).
- The code follows [Prettier](https://github.com/prettier/prettier) styling.
- It uses [Webpack](https://webpack.js.org/) to create a bundle.
- It is a [React App](https://reactjs.org/).
- And the components are styled with [styled-components](https://github.com/styled-components/styled-components) 🤯