Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 346 Bytes

windows-terminal-shader-gallery

A gallery of shaders made for Windows Terminal

See the project's github pages.

Build

# Install tools
dotnet tool restore
# Build site and tool
dotnet cake -- --target All
# Run windows terminal shader tool
dotnet cake -- --target Run