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

Homebrew Installation #69

Closed
Tracked by #101
LePips opened this issue Aug 1, 2022 · 5 comments
Closed
Tracked by #101

Homebrew Installation #69

LePips opened this issue Aug 1, 2022 · 5 comments
Labels
enhancement New feature or request
Milestone

Comments

@LePips
Copy link
Contributor

LePips commented Aug 1, 2022

I rather prefer Homebrew to install all my packages instead over Mint and of course over manual installation for every update. Could there be a Homebrew option for installation?

@liamnichols liamnichols added the enhancement New feature or request label Aug 1, 2022
@liamnichols
Copy link
Member

Generally speaking, this would be a good idea especially because it would help improve adoption of the tool.


Out of curiosity for your specific use case though, is a Swift Package Plugin something that might work out well for you? You can check out one implementation here: AvdLee/appstoreconnect-swift-sdk#191

I'm also actively looking at other plugin-based workflows that might be useful for CreateAPI users over in #48.

@LePips
Copy link
Contributor Author

LePips commented Aug 1, 2022

I personally haven't used a Swift Package Plugin yet but will definitely take a look at it!

@liamnichols liamnichols mentioned this issue Aug 1, 2022
@LePips
Copy link
Contributor Author

LePips commented Aug 1, 2022

Additionally, I think a --version flag needs to be added.

@liamnichols
Copy link
Member

Additionally, I think a --version flag needs to be added.

👍 Yep that would be useful! I think swift-argument-parser has support built in, we just need to set it on the CommandConfiguration iirc

@liamnichols
Copy link
Member

0.0.5 is now available via Homebrew! Thanks for the suggestion

https://formulae.brew.sh/formula/create-api

➜ brew install create-api
==> Downloading https://ghcr.io/v2/homebrew/core/create-api/manifests/0.0.5
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/create-api/blobs/sha256:99d2635
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Pouring create-api--0.0.5.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/create-api/0.0.5: 6 files, 9.1MB
==> Running `brew cleanup create-api`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
➜ create-api generate --help
USAGE: create-api generate [<options>] <input>

@liamnichols liamnichols mentioned this issue Aug 4, 2022
27 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants