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

Plugin generator should support creating scoped packages #261

Open
phillipskevin opened this issue Oct 3, 2017 · 1 comment
Open

Plugin generator should support creating scoped packages #261

phillipskevin opened this issue Oct 3, 2017 · 1 comment

Comments

@phillipskevin
Copy link
Contributor

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",
}
@phillipskevin
Copy link
Contributor Author

when using scoped packages, the generator should also add --access=public for publish scripts (perhaps optionally).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant