/apps: every install line points at something that exists - #92
Merged
Conversation
An audit of the ten install lines against npm and the repositories found seven that did not work. `bunx r3q` and `bunx diskpush` named packages that were never published (npm refuses those bare names as too close to existing ones; r3q is @profullstack/r3q as of today, and diskpush has a curl installer). `bunx myna` and `bunx tsbb` were worse: both names belong to other people's packages on npm (bibig/myna and jaywcjlove's tsbb build tool), so the line ran somebody else's program. `threatcrush tui`, `coinpay finances` and `logicsrc teams tui` assumed the command was already installed. Now: r3q and g1tz through their scoped packages; diskpush, myna and logicsrc through their curl installers; threatcrush and coinpay through npx and their published scoped packages; tsbb's terminal client, which depends on an unpublished workspace package, by cloning the repository and running it. The application name links to its repository as well as the "source" link. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012nnVu9u7HeHEVRoCwKcQM3
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.
/apps: every install line points at something that exists
An audit of the ten install lines against npm and the repositories
found seven that did not work.
bunx r3qandbunx diskpushnamedpackages that were never published (npm refuses those bare names as
too close to existing ones; r3q is @profullstack/r3q as of today, and
diskpush has a curl installer).
bunx mynaandbunx tsbbwere worse:both names belong to other people's packages on npm (bibig/myna and
jaywcjlove's tsbb build tool), so the line ran somebody else's program.
threatcrush tui,coinpay financesandlogicsrc teams tuiassumedthe command was already installed.
Now: r3q and g1tz through their scoped packages; diskpush, myna and
logicsrc through their curl installers; threatcrush and coinpay
through npx and their published scoped packages; tsbb's terminal
client, which depends on an unpublished workspace package, by cloning
the repository and running it. The application name links to its
repository as well as the "source" link.
Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_012nnVu9u7HeHEVRoCwKcQM3