This is the official Homebrew tap for SnapGPT, a command-line utility that creates snapshots of your codebase for AI assistants.
First, add the tap:
brew tap halfprice06/homebrew-tap-snapgpt
Then install SnapGPT:
brew install snapgpt
Or do both in one command:
brew install halfprice06/tap-snapgpt/snapgpt
- macOS
- Homebrew
- Command Line Tools (can be installed with
xcode-select --install
)
snapgpt
: Create readable snapshots of your codebase for AI assistants
After installation, you can use SnapGPT by running:
snapgpt --help
For more information about SnapGPT and its features, visit the main repository.
To test the formula locally:
brew install --build-from-source Formula/snapgpt.rb
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -am 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any problems or have questions, please open an issue.