This repository hosts the Homebrew formula for the Mentees CLI, a tool to manage mentees, calls, and payments efficiently.
To install the Mentees CLI using Homebrew, run:
brew tap d-pagey/homebrew-mentees
brew install mentees
Once installed, you can use the mentees
command. For example:
mentees --help
This will display all available commands and options.
To ensure you have the latest version of the CLI:
brew update
brew upgrade mentees
If you no longer need the CLI, you can uninstall it with:
brew uninstall mentees
You can also remove the tap:
brew untap d-pagey/homebrew-mentees
If you encounter any issues or have feature requests, please open an issue in the main CLI repository: https://github.com/d-pagey/mentee_cli/issues.
Contributions are welcome! Feel free to submit a pull request.
This project is licensed under the MIT License.