No description
Find a file
2025-09-20 12:31:11 -06:00
dist yaml builds, and tests for builds 2025-09-20 12:31:11 -06:00
ports/kitty refactor 2025-09-19 22:03:22 -06:00
src yaml builds, and tests for builds 2025-09-20 12:31:11 -06:00
tests yaml builds, and tests for builds 2025-09-20 12:31:11 -06:00
.gitignore can output to toml 2025-09-18 20:29:30 -06:00
.mise.toml yaml builds, and tests for builds 2025-09-20 12:31:11 -06:00
bun.lockb yaml builds, and tests for builds 2025-09-20 12:31:11 -06:00
index.ts yaml builds, and tests for builds 2025-09-20 12:31:11 -06:00
jsconfig.json color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
package.json yaml builds, and tests for builds 2025-09-20 12:31:11 -06:00
README.md preview command with arguments, better snippet 2025-09-18 19:22:04 -06:00

verdigris

Setup

bun

To Build

bun index.ts

To Live Preview

bun --watch index.ts preview

To Run Tests

bun test