https://github.com/norbert515/homebrew-tap
https://github.com/norbert515/homebrew-tap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/norbert515/homebrew-tap
- Owner: Norbert515
- Created: 2025-02-09T11:07:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T11:42:50.000Z (about 1 year ago)
- Last Synced: 2025-04-13T12:35:59.051Z (about 1 year ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
Homebrew tap for Vide - a Flutter development tool.
## Installation
```bash
brew install norbert515/tap/vide
```
## What's included
The formula installs the `vide` binary which includes both the CLI and MCP functionality:
- `vide flutter run` - Run Flutter with Vide's enhanced development features
- `vide --mcp` - Run in MCP server mode for IDE integration
## Development
To update the formula:
1. Build a new release of vide_cli
2. Update the version, URL and SHA256 in `Formula/vide.rb`
3. Test the formula locally
4. Commit and push changes