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

Move to using ungh from unjs.io #12

Open
barelyhuman opened this issue Jun 8, 2023 · 2 comments
Open

Move to using ungh from unjs.io #12

barelyhuman opened this issue Jun 8, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@barelyhuman
Copy link
Owner

GITHUB_TOKEN is a dependency right now to be able to resolve versions for GitHub packages. This can be offloaded to using ungh which cache's these requests and is comparatively faster.

@barelyhuman barelyhuman added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jun 8, 2023
@vanodevium
Copy link

Please look at eget.
It's written with golang and not requires github token.

@barelyhuman
Copy link
Owner Author

barelyhuman commented Nov 16, 2023

I don't see eget, publicly documenting their package so I'll see if I can go through the internals and reuse that.

Though, goblin is dependent on being able to build the binary and install that binary, downloading tarballs and figuring out what file of the extracted file is the binary is a much larger surface area to handle what goblin is doing right now.

Not disregarding the idea but I work on this alone so I'll see what I can do about this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants
@vanodevium @barelyhuman and others