Julius Marminge

Results 324 comments of Julius Marminge

@CoenWarmer @khalil-omer Can you please try reproducing now? Its published so make sure you use the latest tag. ```sh pnpm dlx create-t3-app@latest ```

Yeah with the current architecture this is not possible since we copy entire files over. If you have clashing files all your current progress would be overwritten.

Could also look at astro's way of doing their `astro add ` command. it lets you incrementally add integrations and modifies the necessary files: ![CleanShot 2022-07-08 at 02 57 21](https://user-images.githubusercontent.com/51714798/177895230-d45660f9-8906-4a10-8679-47b56763cade.png)

Very interesting stuff you have made. I gave up on codemods quite early because it seemed really overcomplicated for what I initially wanted it to be (maybe there is a...

> moved all the codemods to a different folder in root and configured it as a project reference. I'm not an expert with TS but I had to do this...

> BTW @juliusmarminge I don't have right to modify the GitHub project (cannot add items/tasks to it) Now you do

> we can use my fork's branch as starting point? how could multiple people push there? FWIW, I think we should target the @next branch so we dont do something...

I think what you are describing is a bit of an edgecase, and only warn when certain directories exists would be complicated. What I could see here is modifying the...

Feel free to PR this. I dont have much time for coding currently.

> Wouldn't this solution cause this warning to happen the majority of the time you are using the cli (e.g. in a folder with other projects)? It shouldn't. This prompt...