donejs / donejs/generator-donejs

Plugin generator should support creating scoped packages

Open
#261 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.