SimpleConsole.Controls 1.2.0

dotnet add package SimpleConsole.Controls --version 1.2.0
NuGet\Install-Package SimpleConsole.Controls -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleConsole.Controls" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleConsole.Controls --version 1.2.0
#r "nuget: SimpleConsole.Controls, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

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.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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.

Version Downloads Last updated
1.2.0 129 9/4/2023
1.0.1 126 9/1/2023
1.0.0 118 8/31/2023

Added Classes: Clock, Checkbox, Combobox