Is it possible to use custom prefix for the package scope name like $ or #? #4471
Unanswered
JustFly1984
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m building an alternative registry to npmjs.com.
And planning to use verdaccio as registry.
currently we have ability to publish public and private packages to npmjs.com with @ prefix. For example I’m maintaining @react-google-maps/api package.
im looking to separate packages deployed to my registry with prefix $. To signify it is a commercial licensed package. I want my registry to be fully compatible with all npm tooling, though I’m only interested to host commercial licensed packages in my marketplace. For example, I want to release a new version of my package in my registry with new package name $react-google-maps/api, and be able to use it together with other npm packages in package.json, allow my package to be used as dependency of other packages or projects without conflicts with main npmjs.com registry published packages.
Is it possible to add third level namespaces?
For example @ospn/react-google-maps/api
is it possible to use pnpm with $ prefixed packages?
How much effort it could involve to add my registry to support to verdaccio?
Thank you for great project. PS have you considered to change your license to commercial and publish a new version in opensource software package marketplace?
if you are interested, please contact me back here or in twitter @JustFly1984
Beta Was this translation helpful? Give feedback.
All reactions