Home
Softono

Figma Plugin Structurer

Open source MIT TypeScript
24
Stars
2
Forks
1
Issues
2
Watchers
3 years
Last Commit

 About Figma Plugin Structurer

πŸ—οΈ Figma Plugin for speeding up and ensure consistency in the structure of your Figma projects

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Figma Plugin Structurer?

We provide expert installation service for this software. Our team will install, configure, and secure Figma Plugin Structurer on your server. plans start at just $30.

Figma Plugin Structurer

View on GitHub

Codely logo

πŸ—οΈ Codely Structurer Figma Plugin

Build status Codely Open Source CodelyTV Courses

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