Skip to content

Repository for sharing custom tools, hook scripts, and other community contributions for BrainSoup

License

Notifications You must be signed in to change notification settings

Nurgo/BrainSoup-Community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrainSoup Community Contributions

BrainSoup Logo

Welcome to the GitHub repository for BrainSoup community contributions! This repository is designed to share Custom Tools, Hook scripts, and other resources created by BrainSoup users.

Table of Contents

Introduction

This repository aims to centralize and share custom tools and scripts created by the BrainSoup community. Whether you are a developer, an advanced user, or just curious, you will find useful resources here to enhance your experience with BrainSoup.

Repository Structure

The repository is structured as follows:

.
├── CustomTools/
│   ├── ExampleTool1/
│   │   ├── manifest.json
│   │   ├── script.py
│   │   └── readme.txt
│   └── ExampleTool2/
│       ├── manifest.json
│       ├── script.ps1
│       └── readme.txt
├── Hooks/
│   ├── ExampleHook1.py
│   └── ExampleHook2.ps1
└── README.md
  • CustomTools/: Contains custom tools.
  • Hooks/: Contains Hook scripts.

How to Contribute

We welcome all contributions! To contribute, follow these steps:

  1. Fork this repository.
  2. Clone your fork to your local machine.
  3. Create a new branch for your contribution: git checkout -b my-contribution.
  4. Add your files in the appropriate folder (CustomTools/ or Hooks/).
  5. Ensure your files include sufficient comments and documentation.
  6. Commit your changes: git commit -m "Add a new custom tool".
  7. Push to your fork: git push origin my-contribution.
  8. Create a Pull Request from your fork to this repository.

Useful Links

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions or suggestions, please contact us via our Discord server: BrainSoup Discord Server.


Thank you to all contributors!