From a48744fcd663990f0048604939b9f934024dc8af Mon Sep 17 00:00:00 2001 From: red Date: Sun, 8 Jun 2025 14:14:42 -0400 Subject: [PATCH] add tool links to readme & auto generation warning --- README.md | 2 +- colors.go | 2 ++ tool/template.gotmpl | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 432cb7a..5f5219f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ func main() { ``` ## developing -1. install `just` and `go` >= 1.23 +1. install [`just`](https://github.com/casey/just) and [`go`](https://go.dev) >= 1.23 2. run `just generate` ## todo diff --git a/colors.go b/colors.go index 794568d..a0ed4da 100644 --- a/colors.go +++ b/colors.go @@ -1,5 +1,7 @@ package catppuccin +// THIS FILE IS AUTOMATICALLY GENERATED DO NOT EDIT + import "github.com/charmbracelet/lipgloss" type Palette struct { diff --git a/tool/template.gotmpl b/tool/template.gotmpl index d749683..169a158 100644 --- a/tool/template.gotmpl +++ b/tool/template.gotmpl @@ -1,5 +1,7 @@ package catppuccin +// THIS FILE IS AUTOMATICALLY GENERATED DO NOT EDIT + import "github.com/charmbracelet/lipgloss" type Palette struct {