The Common Components is a .NET library that provides common components and utilities for .NET applications. It is designed to simplify and streamline the development process by offering reusable components that can be easily integrated into various projects.
- Console Extensions:
- WriteLineWithColor: Write a line of text to the console with a specified color.
- WriteWithColor: Write text to the console with a specified color.
- ConsoleColorEnum: Enum for specifying console text colors.
- Core Utilities:
- CreateWelcomeMessage: Generate a welcome message with ASCII art for a given application name.