What does HackerNews think of spectre.console?

A .NET library that makes it easier to create beautiful console applications.

Language: C#

#15 in .NET
#4 in .NET
Hi,

If you are a c# developer and you like asspnet or net 6/7 and you are a "always db first" person.

This project is for you. (searching for testers and users). Free and open source (MIT licence).

When you begin a C# project that needs to retrieve info from a DB, you have several choices => efcore etc. But sometimes you see that you need to keep more controls on your data accesses.

This generator has been made for you => generate all the base stuff and focus on the complex ones.

It will generate all the Data Access layer + Poco for you (Dapper async way).

If some guys are interested in participating and enhancing the available generators or create new ones. Dont' hesitate to PR.

The releases are not always updated but the main branch is always working.

Hope I will have some feedback. Thanks to another awesome project : https://github.com/spectreconsole/spectre.console that allows old school guys to dev console app on Win et Linux ;)

Here are my personal favourite command line libs for .NET:

- Argument parser - https://github.com/tyrrrz/CliFx

- TUI builder: https://spectreconsole.net/ and https://github.com/spectreconsole/spectre.console

For C#, there's https://github.com/spectreconsole/spectre.console

I use this in a lot of my "quick apps" for status monitoring