Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 689 Bytes

File metadata and controls

15 lines (10 loc) · 689 Bytes

Common Components

Purpose

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.

Features

  • 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.