Figma Plugin for speeding up and ensure consistency in the structure of your Figma projects
Stars are welcome π
- 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.jsfile:npm run build - Run a watcher on your plugin files and make the build on every change:
npm run dev
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
- πͺ Codely Figma Plugin Skeleton: Used as a template to bootstrap this plugin
β οΈ ToDo: Course illustrating how to develop Figma plugins