Contribute

Help make CLI tools better for everyone. Contributions are welcome!

Ways to Contribute

Development Guidelines

File Naming Convention

tool-name-enhance.ps1  # Example: git-enhance.ps1

Module Structure

Code Style

Getting Started

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Create a new branch for your feature
  4. Make your changes and test thoroughly
  5. Commit with clear, descriptive messages
  6. Push to your fork and submit a pull request