How to create tree based terminal app in .net core
Intro:-
Tree is used to render hierarchical data on the terminal. Spectre.Console is a .NET library which is used to create console applications. Spectre.Console is rendering the tree on the terminal.
Steps:-
Create Project:-
>dotnet new console -o c...
devnation.joshisfitness.com1 min read