Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App name should not contain upper case chars #64

Open
duynguyen opened this issue Jun 2, 2020 · 0 comments
Open

App name should not contain upper case chars #64

duynguyen opened this issue Jun 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@duynguyen
Copy link
Contributor

duynguyen commented Jun 2, 2020

Generated app by aio app init automatically uses project name on I/O Console as app name in package.json, e.g. LooseScarletSwallow.
This is not compliant with npm convention [1], quoting: "New packages must not have uppercase letters in the name." VSCode complains about the same: String does not match the pattern of "^(?:@[a-z0-9-*~][a-z0-9-*._~]*/)?[a-z0-9-~][a-z0-9-._~]*$".

Of course the users can change this value easily. But the template should also follow the convention.

[1] https://docs.npmjs.com/files/package.json

@meryllblanchet meryllblanchet added the enhancement New feature or request label Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants