Skip to content

fix(create-vite): improve project name inference from path#16490

Merged
bluwy merged 7 commits intovitejs:mainfrom
brownieboy:feat/16470-project-name-from-path
Nov 5, 2024
Merged

fix(create-vite): improve project name inference from path#16490
bluwy merged 7 commits intovitejs:mainfrom
brownieboy:feat/16470-project-name-from-path

Conversation

@brownieboy
Copy link
Contributor

Description

Fixes #16470

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@brownieboy brownieboy changed the title Feat/16470 project name from path feat: project name from path Apr 22, 2024
@brownieboy
Copy link
Contributor Author

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Sorry, I'm not sure what the process is at this point. Am I supposed to review the code in StackBlitz myself?

Copy link
Member

@bluwy bluwy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I'm not sure what the process is at this point. Am I supposed to review the code in StackBlitz myself?

The link is only for us to review, you can ignore it.


This seem fine to me with only one nit. I also think it's more of a fix than a feature. We weren't guessing the name properly with paths.

@bluwy bluwy added p2-nice-to-have Not breaking anything but nice to have (priority) feat: create-vite create-vite package labels Apr 29, 2024
@bluwy bluwy changed the title feat: project name from path fix(create-vite): improve project name inference from path Apr 29, 2024
@brownieboy brownieboy force-pushed the feat/16470-project-name-from-path branch from 10ccc5d to 6ac3303 Compare June 12, 2024 03:41
@bluwy bluwy merged commit 8518113 into vitejs:main Nov 5, 2024
moonlitusun pushed a commit to moonlitusun/vite that referenced this pull request May 25, 2025
)

Co-authored-by: Michael Brown <michaelbrown@temenos.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat: create-vite create-vite package p2-nice-to-have Not breaking anything but nice to have (priority)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set project name automatically when target includes a path

2 participants