solid-ui icon indicating copy to clipboard operation
solid-ui copied to clipboard

Feat: configure / cli option for component path

Open jsimonrichard opened this issue 1 year ago • 1 comments

I'm working on a component library for one of my projects, and since this library is only for components (and the actual library files are in ./lib), the ./src/component/ui directory doesn't make sense.

As far as I can tell, there is no way to configure the output directory.

Obviously I can just move the file so it's not a huge issue, but it would nice if the solidui cli had an option to configure the component output directory. Or perhaps a config file could be used.

jsimonrichard avatar Jun 10 '24 17:06 jsimonrichard

Thanks for the feedback :) This will be added to the list for the next PR which will focus on updating and polishing the CLI.

stefan-karger avatar Jun 17 '24 08:06 stefan-karger