https://github.com/crowdin/homebrew-crowdin
Homebrew Tap for Crowdin CLI
https://github.com/crowdin/homebrew-crowdin
cli command-line-tool crowdin-cli homebrew-tap localization sync
Last synced: 6 days ago
JSON representation
Homebrew Tap for Crowdin CLI
- Host: GitHub
- URL: https://github.com/crowdin/homebrew-crowdin
- Owner: crowdin
- License: mit
- Created: 2019-09-02T09:46:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T08:35:28.000Z (about 1 month ago)
- Last Synced: 2025-04-20T13:07:59.005Z (15 days ago)
- Topics: cli, command-line-tool, crowdin-cli, homebrew-tap, localization, sync
- Language: Ruby
- Homepage: https://support.crowdin.com/cli-tool/
- Size: 97.7 KB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap for Crowdin
### Status
[](https://formulae.brew.sh/formula/crowdin)
### Installation
Add Crowdin tap to your list of Homebrew taps:
```console
brew tap crowdin/crowdin
```To install Crowdin CLI:
```console
brew install crowdin@4
```See the [official documentation](https://crowdin.github.io/crowdin-cli/) for more details.
### Usage
Use the following method to run the app:
```console
crowdin
```### Update
```console
brew upgrade crowdin/crowdin/crowdin@4
```### How to update sha256 checksum?
1. Download [zip-archive](https://downloads.crowdin.com/cli/v4/crowdin-cli.zip)
2. Execute command `shasum -a 256 crowdin-cli.zip`
3. Update `sha256` value in the [[email protected]](https://github.com/crowdin/homebrew-crowdin/blob/master/Formula/crowdin%404.rb) file
4. Create Pull Request.