Skip to content

SimpleConsole.Controls is a C# class library designed to make console application development easier for .NET developers. With SimpleConsole.Controls, you can create console equivalents of common WinForms objects, allowing you to build interactive and user-friendly console applications effortlessly.

License

Notifications You must be signed in to change notification settings

TyberiousG/SimpleConsole.Controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleConsole.Controls

License GitHub stars GitHub forks

SimpleConsole.Controls is a lightweight library that provides easy-to-use console controls for enhancing user interaction in console applications.

Features

  • 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.

Installation

You can install SimpleConsole.Controls via NuGet package manager:

nuget install SimpleConsole.Controls

Contributing

Contributions are welcome! We appreciate your effort in improving this project. To contribute, follow these steps:

  1. 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.

  2. 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
  1. 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
  1. Make Changes: Make your desired changes to the codebase.

  2. Commit Changes: Commit your changes with a descriptive commit message.

git commit -m 'Added `x` feature'
  1. Push your Fork: Push your changes to your fork on GitHub
git push origin your-feature-branch
  1. 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.

  2. 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.

About

SimpleConsole.Controls is a C# class library designed to make console application development easier for .NET developers. With SimpleConsole.Controls, you can create console equivalents of common WinForms objects, allowing you to build interactive and user-friendly console applications effortlessly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages