https://github.com/codelytv/figma-plugin-structurer
🏗️ Figma Plugin for speeding up and ensure consistency in the structure of your Figma projects
https://github.com/codelytv/figma-plugin-structurer
figma figma-api figma-plugin figma-plugin-example figma-plugins
Last synced: 8 months ago
JSON representation
🏗️ Figma Plugin for speeding up and ensure consistency in the structure of your Figma projects
- Host: GitHub
- URL: https://github.com/codelytv/figma-plugin-structurer
- Owner: CodelyTV
- License: mit
- Created: 2022-08-10T10:38:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T14:01:51.000Z (over 3 years ago)
- Last Synced: 2025-04-26T23:33:07.558Z (9 months ago)
- Topics: figma, figma-api, figma-plugin, figma-plugin-example, figma-plugins
- Language: TypeScript
- Homepage: https://pro.codely.com/library/desarrolla-plugins-de-figma-mantenibles-con-typescript-187373
- Size: 704 KB
- Stars: 24
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🏗️ Codely Structurer Figma Plugin
Figma Plugin for speeding up and ensure consistency in the structure of your Figma projects
Stars are welcome 😊
## 👤 Using the plugin
### ⬇️ Installing the plugin
⚠️ ToDo
## 💻 Developing the plugin
### 🚀 Running the app
- Install the dependencies: `npm install`
- Execute the tests: `npm run test`
- Check linter errors: `npm run lint`
- Fix linter errors: `npm run lint:fix`
- Make a build unifying everything in the same `dist/figmaEntrypoint.js` file: `npm run build`
- Run a watcher on your plugin files and make the build on every change: `npm run dev`
### 👌 Codely Code Quality Standards
Publishing this package we are committing ourselves to the following code quality standards:
- 🤝 Respect **Semantic Versioning**: No breaking changes in patch or minor versions
- 🤏 No surprises in transitive dependencies: Use the **bare minimum dependencies** needed to meet the purpose
- 🎯 **One specific purpose** to meet without having to carry a bunch of unnecessary other utilities
- ✅ **Tests** as documentation and usage examples
- 📖 **Well documented ReadMe** showing how to install and use
- ⚖️ **License favoring Open Source** and collaboration
## 🔀 Related resources
- [🪆 Codely Figma Plugin Skeleton](https://github.com/CodelyTV/figma-plugin-skeleton): Used as a template to bootstrap this plugin
- [⚠️ ToDo](https://codely.com): Course illustrating how to develop Figma plugins