{"id":19560525,"url":"https://github.com/codelytv/figma-plugin-structurer","last_synced_at":"2025-06-16T02:35:40.440Z","repository":{"id":95838825,"uuid":"523301867","full_name":"CodelyTV/figma-plugin-structurer","owner":"CodelyTV","description":"🏗️ Figma Plugin for speeding up and ensure consistency in the structure of your Figma projects","archived":false,"fork":false,"pushed_at":"2022-09-12T14:01:51.000Z","size":721,"stargazers_count":24,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-26T23:33:07.558Z","etag":null,"topics":["figma","figma-api","figma-plugin","figma-plugin-example","figma-plugins"],"latest_commit_sha":null,"homepage":"https://pro.codely.com/library/desarrolla-plugins-de-figma-mantenibles-con-typescript-187373","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodelyTV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-10T10:38:49.000Z","updated_at":"2025-01-03T15:00:38.000Z","dependencies_parsed_at":"2023-03-02T19:00:27.716Z","dependency_job_id":null,"html_url":"https://github.com/CodelyTV/figma-plugin-structurer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"CodelyTV/figma-plugin-skeleton","purl":"pkg:github/CodelyTV/figma-plugin-structurer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Ffigma-plugin-structurer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Ffigma-plugin-structurer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Ffigma-plugin-structurer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Ffigma-plugin-structurer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodelyTV","download_url":"https://codeload.github.com/CodelyTV/figma-plugin-structurer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodelyTV%2Ffigma-plugin-structurer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260086609,"owners_count":22956831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["figma","figma-api","figma-plugin","figma-plugin-example","figma-plugins"],"created_at":"2024-11-11T05:07:52.410Z","updated_at":"2025-06-16T02:35:40.434Z","avatar_url":"https://github.com/CodelyTV.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://codely.com\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/10558907/170513882-a09eee57-7765-4ca4-b2dd-3c2e061fdad0.png\" width=\"300px\" height=\"92px\" alt=\"Codely logo\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n  🏗️ Codely Structurer Figma Plugin\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/CodelyTV/figma-plugin-structurer/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/CodelyTV/figma-plugin-structurer/actions/workflows/ci.yml/badge.svg\" alt=\"Build status\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/CodelyTV\"\u003e\u003cimg src=\"https://img.shields.io/badge/CodelyTV-OS-green.svg?style=flat-square\" alt=\"Codely Open Source\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://pro.codely.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/CodelyTV-PRO-black.svg?style=flat-square\" alt=\"CodelyTV Courses\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Figma Plugin for speeding up and ensure consistency in the structure of your Figma projects\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/CodelyTV/figma-plugin-structurer/stargazers\"\u003eStars are welcome 😊\u003c/a\u003e\n\u003c/p\u003e\n\n## 👤 Using the plugin\n\n### ⬇️ Installing the plugin\n\n⚠️ ToDo\n\n## 💻 Developing the plugin\n\n### 🚀 Running the app\n\n- Install the dependencies: `npm install`\n- Execute the tests: `npm run test`\n- Check linter errors: `npm run lint`\n- Fix linter errors: `npm run lint:fix`\n- Make a build unifying everything in the same `dist/figmaEntrypoint.js` file: `npm run build`\n- Run a watcher on your plugin files and make the build on every change: `npm run dev`\n\n### 👌 Codely Code Quality Standards\n\nPublishing this package we are committing ourselves to the following code quality standards:\n\n- 🤝 Respect **Semantic Versioning**: No breaking changes in patch or minor versions\n- 🤏 No surprises in transitive dependencies: Use the **bare minimum dependencies** needed to meet the purpose\n- 🎯 **One specific purpose** to meet without having to carry a bunch of unnecessary other utilities\n- ✅ **Tests** as documentation and usage examples\n- 📖 **Well documented ReadMe** showing how to install and use\n- ⚖️ **License favoring Open Source** and collaboration\n\n## 🔀 Related resources\n\n- [🪆 Codely Figma Plugin Skeleton](https://github.com/CodelyTV/figma-plugin-skeleton): Used as a template to bootstrap this plugin\n- [⚠️ ToDo](https://codely.com): Course illustrating how to develop Figma plugins\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelytv%2Ffigma-plugin-structurer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelytv%2Ffigma-plugin-structurer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelytv%2Ffigma-plugin-structurer/lists"}