SimpleConsole.Controls is a lightweight library that provides easy-to-use console controls for enhancing user interaction in console applications.
- User-Friendly Interface: Simplify console user interaction with intuitive controls.
- Customizable: Customize the appearance and behavior of console controls.
- Examples: Get started quickly with provided code examples.
You can install SimpleConsole.Controls via NuGet package manager:
nuget install SimpleConsole.Controls
Contributions are welcome! We appreciate your effort in improving this project. To contribute, follow these steps:
-
Fork the Repository: Click the "Fork" button at the top-right corner of this repository's page. This will create a copy of the repository in your GitHub account.
-
Clone Your Fork: Open your terminal and run the following command to clone your forked repository to your local machine:
git clone https://github.com/TyberiousG/SimpleConsole.Controls.git
- Create a Branch: Move into the project directory and create a new branch for your feature or bug fix:
cd SimpleConsole.Controls
git checkout -b my-feature-branch
-
Make Changes: Make your desired changes to the codebase.
-
Commit Changes: Commit your changes with a descriptive commit message.
git commit -m 'Added `x` feature'
- Push your Fork: Push your changes to your fork on GitHub
git push origin your-feature-branch
-
Create a Pull Request: Go to the main GitHub repository page and click the "New Pull Request" button. Select your branch and provide a description of your changes.
-
Review and Collaboration: Your pull request will be reviewed by project managers. Be ready to address feedback or suggestions to your changes. Collaborative discussion may follow to ensure the best quality of work.