Skip to content

juan1003/rawsys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RawSys

Summary

RawSys is a .NET Core console experiment exploring terminal user interfaces for rapid prototyping and interaction design.

Prerequisites

  • .NET SDK 8.0 or later
  • A terminal capable of rendering ANSI TUI elements

How to Run

  1. Build once with dotnet build.
  2. Execute unit tests using dotnet test.
  3. Launch the console TUI via dotnet run --project RawSys.Console.

Test Workflow

  1. Restore dependencies via dotnet restore to ensure tooling matches the solution.
  2. Execute the suite with dotnet test --configuration Release for reproducible results.
  3. Use dotnet watch test during feature work to surface regressions immediately.
  4. Generate coverage reports through dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=lcov before merging.

About

RawSys is a .NET Core console experiment exploring terminal user interfaces for rapid prototyping and interaction design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages