An open API service indexing awesome lists of open source software.

https://github.com/xeronowo/sharpcommand

A simple console tool written in CSharp that provides functionality to interact with users.
https://github.com/xeronowo/sharpcommand

Last synced: about 2 months ago
JSON representation

A simple console tool written in CSharp that provides functionality to interact with users.

Awesome Lists containing this project

README

          

# SharpCommand
English | [简体中文](https://github.com/XeronOwO/SharpCommand/blob/master/README.zh-cn.md)
A simple console tool written in CSharp that provides functionality to interact with users.

# Install
Download this package and import it into your project.

# How to use
See: [SharpCommand.Example/Program.cs](https://github.com/XeronOwO/SharpCommand/blob/master/SharpCommand.Example/Program.cs)

# Functionality
- [x] Print texts.
- [x] Print colorful texts.
- [x] User input.
- [x] Input handling.
- [x] Input middleware.
- [x] Customized display.
- [ ] And more ...

![Functionality](https://raw.githubusercontent.com/XeronOwO/SharpCommand/master/1.gif "Functionality")

# License
[MIT License](https://raw.githubusercontent.com/XeronOwO/SharpCommand/master/LICENSE)