Skip to content

Add Homebrew CLI installation docs#8

Merged
pessini merged 6 commits into
mainfrom
feat/7-homebrew-install-support
Jun 28, 2026
Merged

Add Homebrew CLI installation docs#8
pessini merged 6 commits into
mainfrom
feat/7-homebrew-install-support

Conversation

@pessini

@pessini pessini commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • create and publish the Homebrew tap at https://github.com/pessini/homebrew-tap
  • add the litedrop formula for the published @litedrop/cli 0.1.3 npm tarball
  • document Homebrew CLI installation in the root and CLI READMEs

Closes #7

Verification

  • npm view @litedrop/cli version dist.tarball --json
  • curl -L "https://registry.npmjs.org/@litedrop/cli/-/cli-0.1.3.tgz" | shasum -a 256
  • brew audit --strict --new pessini/tap/litedrop
  • brew install --build-from-source pessini/tap/litedrop (formula built; link blocked by pre-existing /opt/homebrew/bin/litedrop from npm global install)
  • /opt/homebrew/Cellar/litedrop/0.1.3/bin/litedrop --help
  • npm run lint -- README.md cli/README.md

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 284480ea64

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/cli-release.yml Outdated
@pessini

pessini commented Jun 28, 2026

Copy link
Copy Markdown
Owner Author

Homebrew Checksum Download Failure

  • Fixed: 1 issue across 1 file
  • Deferred: 0
  • Manual: 0

Commit: 089484f

Files modified:

  • .github/workflows/cli-release.yml

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 089484f8b1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/cli-release.yml
Comment thread .github/workflows/cli-release.yml
@pessini

pessini commented Jun 28, 2026

Copy link
Copy Markdown
Owner Author

Harden CLI release tap updates

  • Fixed: 2 issues across 1 file
  • Deferred: 0
  • Manual: 0

Commit: 0517ccb

Files modified:

  • .github/workflows/cli-release.yml

@pessini pessini merged commit 127ccb3 into main Jun 28, 2026
6 checks passed
@pessini pessini deleted the feat/7-homebrew-install-support branch June 28, 2026 19:53
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

Successfully merging this pull request may close these issues.

Add Homebrew installation support for the litedrop CLI

1 participant