halfprice06 / homebrew-tap-snapgpt

Homebrew tap for SnapGPT

Repository from Github https://github.comhalfprice06/homebrew-tap-snapgptRepository from Github https://github.comhalfprice06/homebrew-tap-snapgpt

Homebrew Tap for SnapGPT

This is the official Homebrew tap for SnapGPT, a command-line utility that creates snapshots of your codebase for AI assistants.

How to Install

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

Requirements

  • macOS
  • Homebrew
  • Command Line Tools (can be installed with xcode-select --install)

Available Formulas

  • snapgpt: Create readable snapshots of your codebase for AI assistants

Usage

After installation, you can use SnapGPT by running:

snapgpt --help

For more information about SnapGPT and its features, visit the main repository.

Development

To test the formula locally:

brew install --build-from-source Formula/snapgpt.rb

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -am 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter any problems or have questions, please open an issue.

About

Homebrew tap for SnapGPT

License:MIT License


Languages

Language:Ruby 100.0%