shadcn-vue icon indicating copy to clipboard operation
shadcn-vue copied to clipboard

[Feature]: Add option CLI to skip overwriting the `utils` file

Open Us3r-gitHub opened this issue 9 months ago • 0 comments

Describe the feature

Description

Currently, the CLI tool has an -o (or --overwrite) option that allows overwriting files. In my case, I haven't installed the @tanstack/vue-table package, which is required for the utils file.

Image

Image

Feature Request

I would like to request a new option, such as --skip-utils or similar, that would allow the user to skip the utils file during the file generation or update process. This would help users who don't have the required dependencies for that file and want to avoid errors or unnecessary overwrites.

Additional information

  • [ ] I intend to submit a PR for this feature.
  • [ ] I have already implemented and/or tested this feature.

Us3r-gitHub avatar Feb 26 '25 10:02 Us3r-gitHub