donejs / donejs/generator-donejs
Should not recommend component name without dash
Open
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```
~/Desktop/TRAINING/app/place-my-order
❯ donejs add component home.component
? The tag name of the component (home) pmo-home
```
The recommendation of `home` should be something with a dash like `my-home`.
Related file:
https://github.com/donejs/generator-donejs/blob/master/component/index.js#L51
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.