Skip to content

Plugin generator should support creating scoped packages #261

@phillipskevin

Description

@phillipskevin

Using a scoped package name when creating a plugin like:

? Project name @phillipskevin/scoped-package

creates a package with

"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",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions