https://github.com/devonfw/homebrew-ideasy
Make IDEasy available in homebrew
https://github.com/devonfw/homebrew-ideasy
Last synced: 4 days ago
JSON representation
Make IDEasy available in homebrew
- Host: GitHub
- URL: https://github.com/devonfw/homebrew-ideasy
- Owner: devonfw
- License: apache-2.0
- Created: 2026-05-08T13:56:37.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2026-05-21T17:39:07.000Z (9 days ago)
- Last Synced: 2026-05-22T02:39:56.312Z (9 days ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap for IDEasy
This is the official [Homebrew](https://brew.sh/) tap for [IDEasy](https://github.com/devonfw/IDEasy) — the tool to automate the setup and updates of
development environments for any project.
## Installation
```bash
# Add the tap
brew tap devonfw/ideasy
# Install IDEasy
brew install ideasy
```
Or install directly in one command:
```bash
brew install devonfw/ideasy/ideasy
```
## Updating
```bash
brew update
brew upgrade ideasy
```
## Uninstalling
```bash
brew uninstall ideasy
brew untap devonfw/ideasy
```
## About IDEasy
IDEasy is a Tool to automate the setup and updates of a development environment for any project
- **Repository:**
- **Documentation:**
- **License:** Apache-2.0
## Troubleshooting
If you encounter issues, please check the [IDEasy issue tracker](https://github.com/devonfw/IDEasy/issues) or open a new issue in this tap repository.
## Maintainer Notes
The formula is updated automatically via a GitHub Actions workflow that checks for new releases daily. To manually update:
```bash
./update-formula.sh [VERSION]
```