SimpleConsole.Controls
1.2.0
dotnet add package SimpleConsole.Controls --version 1.2.0
NuGet\Install-Package SimpleConsole.Controls -Version 1.2.0
<PackageReference Include="SimpleConsole.Controls" Version="1.2.0" />
paket add SimpleConsole.Controls --version 1.2.0
#r "nuget: SimpleConsole.Controls, 1.2.0"
// Install SimpleConsole.Controls as a Cake Addin #addin nuget:?package=SimpleConsole.Controls&version=1.2.0 // Install SimpleConsole.Controls as a Cake Tool #tool nuget:?package=SimpleConsole.Controls&version=1.2.0
SimpleConsole.Controls
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:
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added Classes: Clock, Checkbox, Combobox