knok-healthcare / figma-assets-to-github-plugin

A Figma plugin to export all assets inside a Figma board to a Github pull request with ease
https://www.figma.com/community/plugin/1250083994048709468/Figma-assets-to-Github-plugin
MIT License
3 stars 0 forks source link

feature: default export of all files inside the target folder #9

Closed carlosdevpereira closed 1 year ago

carlosdevpereira commented 1 year ago

Description

A common practise in typescript projects for being able to "access" all files inside a folder through just 1 import statement. To do this we should define a file that exports every component inside the current folder.

This is useful if we wanted to list all assets in our application (in a select box for example) without having to import each asset manually where they are used.

Acceptance Criteria

carlosdevpereira commented 1 year ago

Implemented in a64ef1a: