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.
- Host: GitHub
- URL: https://github.com/xeronowo/sharpcommand
- Owner: XeronOwO
- License: mit
- Created: 2023-08-24T04:04:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T05:11:46.000Z (over 2 years ago)
- Last Synced: 2025-02-01T20:11:30.476Z (11 months ago)
- Language: C#
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ...

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