create-nodejs-ts
create-nodejs-ts copied to clipboard
Install app name is wrong
Describe the bug By the readme Install app name is wrong
To Reproduce Steps to reproduce the behavior: npx create-nodejs-ts --no --app=bot
it will create a folder named my-app
Expected behavior a folder created named bot Screenshots
Environment (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Additional context i checked the source, it should use --name instead of --app arg
Thank you @zhaoxiaohai!