No description
Find a file
2025-09-18 19:22:04 -06:00
src preview command with arguments, better snippet 2025-09-18 19:22:04 -06:00
tests/helpers live previewing, full test palette 2025-09-17 20:03:45 -06:00
.gitignore color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
.mise.toml color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
bun.lockb preview command with arguments, better snippet 2025-09-18 19:22:04 -06:00
index.ts preview command with arguments, better snippet 2025-09-18 19:22:04 -06:00
jsconfig.json color pallete class, converter, tests 2025-09-16 21:26:19 -06:00
package.json preview command with arguments, better snippet 2025-09-18 19:22:04 -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