Skip to content

๐Ÿ—๏ธ Figma Plugin for speeding up and ensure consistency in the structure of your Figma projects

License

Notifications You must be signed in to change notification settings

CodelyTV/figma-plugin-structurer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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