We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The public registry now supports scopes: http://blog.npmjs.org/post/116936804365/solving-npms-hard-problem-naming-packages
There's also some neat stuff in the client to support pointing scopes at different registries: https://docs.npmjs.com/misc/scope
Here's a suggested featurelist in rough order of importance:
I'm going to take a stab at the first two for now.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
What exactly do you mean by whitelisting scopes? Publishing to local, or even passing it through to the parent registry?
I was thinking that local would only accept publishes for the named scopes.
Could proxy other publishes, or just reject.
No branches or pull requests
The public registry now supports scopes: http://blog.npmjs.org/post/116936804365/solving-npms-hard-problem-naming-packages
There's also some neat stuff in the client to support pointing scopes at different registries: https://docs.npmjs.com/misc/scope
Here's a suggested featurelist in rough order of importance:
I'm going to take a stab at the first two for now.
The text was updated successfully, but these errors were encountered: