Skip to content

Morasiu/HelloWorldEnterpriseEdition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Hello World Enterprise Edition

The simplest program done in the most complicated way.

Roadmap

  • Add ASCII animations
  • Add multiple Colors in console

Features

  • Fluent using
  • Event to hookup
  • Unit tests
  • Cloud build with Travis CI
  • Full documentation in XML
  • Multiple languages (English, Polish for now)
  • Design Patterns:
    • Builder
    • Factory
    • Observator

How to use it?

class Program {
	static void Main(string[] args) {
		var hello = new HelloWorldBuilder()
			.UseLanguage(Language.English)
			.PrintToConsole(configuration => configuration
				.WithForegroundColor(ConsoleColor.Cyan)
				.WithBackgroundColor(ConsoleColor.DarkGreen))
			.Build();
		hello.Print();
	}
}

How to run?

Program:

Use dotnet run in console.

Tests:

Use dotnet test in console.

About

The simplest program done in the most complicated way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages