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

Please see the content . #2

Open
mdxiaohu opened this issue Nov 7, 2023 · 3 comments
Open

Please see the content . #2

mdxiaohu opened this issue Nov 7, 2023 · 3 comments

Comments

@mdxiaohu
Copy link

mdxiaohu commented Nov 7, 2023

https://gitlab.com/frenware/utils/registry

Can this open source library be moved to GitHub .
I see you have made changes to the document in the past few days .
I don't know how this library has been completed .
Can it be used normally and will there be any further changes in the future .
The download volume is relatively low and it has not been placed on GitHub. I am concerned about future maintenance, so I am asking .

@mdxiaohu
Copy link
Author

mdxiaohu commented Nov 7, 2023

Another feedback question .

static get(config) {
    if (config instanceof this) return config
    return config?.registry instanceof this ? config.registry : new this(config)
}

Can I use the form of 'config ['registry'] ' .
For plugins in the "node_modules" directory, using "?." also requires configuring relevant plugins .

@mdxiaohu
Copy link
Author

mdxiaohu commented Nov 7, 2023

Perhaps another better way is for me to copy your "registry. js" code directly into my project .
This makes it easier for oneself to make modifications .

@basedwon
Copy link
Owner

basedwon commented Nov 7, 2023

@mdxiaohu I pushed it to github https://github.com/basedwon/registry. I'm deploying many projects and it's easier for me mostly to use gitlab, but I'm happy to do both. And regarding "?." I haven't had an issue on node 16, maybe older versions require additional config? Please submit any issues or PR's over there and I'll take a look. Thanks

@basedwon basedwon transferred this issue from basedwon/newk Nov 7, 2023
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

2 participants