donejs / donejs/generator-donejs
Plugin generator should support creating scoped packages
Open
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Using a scoped package name when creating a plugin like:
```
? Project name @phillipskevin/scoped-package
```
creates a package with
```json
"name": "phillipskevin-scoped-package",
...
"repository": {
"type": "git",
"url": "git://github.com/phillipskevin/phillipskevin-scoped-package.git"
},
...
"main": "dist/cjs/phillipskevin-scoped-package"
...
"steal": {
"main": "phillipskevin-scoped-package",
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.