figma / code-connect

A tool for connecting your design system components in code with your design system in Figma
MIT License
486 stars 44 forks source link

Add File Existence Check and Confirmation Prompt to createFigmadocFromUrl Function #21

Open lucksy opened 4 weeks ago

lucksy commented 4 weeks ago

The function now checks if a target file already exists and prompts the user for confirmation before overwriting it. This update prevents accidental data loss and gives users more control over file operations.