feat: add binary run scripts to package page#209
Merged
danielroe merged 21 commits intonpmx-dev:mainfrom Jan 28, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
danielroe
approved these changes
Jan 28, 2026
Member
danielroe
left a comment
There was a problem hiding this comment.
this is phenomenal! 😍
I've unified the two sections under a 'get started' heading which I hope is good 🙏
I've also made a few other tweaks.
43081j
reviewed
Jan 28, 2026
Member
|
I'll try to merge in main and address the failing browser test unless you manage to do it first apart from that it's ready to go imo |
Contributor
Author
|
@danielroe thanks for pushing up these improvements I'll take a look at that test 🫡 |
Resolve conflict in app/pages/[...package].vue by combining: - Branch features: interactive copy button with group/installcmd hover state - Upstream improvements: overflow-x-auto, min-w-0, shrink-0 for responsive behavior
auto-merge was automatically disabled
January 28, 2026 16:25
Head branch was pushed to by a user without write access
- Resolved conflict in app/pages/[...package].vue - Kept binary-only package logic from vt/commands branch - Added id and scroll-mt-20 attributes from main branch to install section - Updated package manager tabs with new overflow-x-auto styling from main - Integrated i18n translations and anchor links from main
Member
|
cc: @yanthomasdev - getting this from the 'generate lunario overview' action: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed issues with #96 and moved to a new pr after messing up my git history. Rather than fixing it and force pushing, just cherry picked the work I liked out of it.
You can see some examples of much of the changes here:
General use
Express with install, types, and create
Exec locally (degit)
Create command only (create-turbo)
But turbo itself has install, exec, and create
Bun run only
Create Command Validations