Closed
Description
When creating a new project using the basic template:
> tinyhttp new basic my-app
Creating a new tinyhttp project from basic template in my-app folder ⚡
Fetching template contents ⌛
Done! You can now launch your project with running these commands:
cd my-app
pnpm run start
This generates a package.json with the name "basic":
"name": "basic",
Wouldn't it be better to use the folder name instead ?
"name": "my-app",