-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering awesome-gno README and HTML #58
base: main
Are you sure you want to change the base?
Conversation
Two warnings remain: * `remark-lint:awesome-github` * `remark-lint:double-link`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a great start. One suggestion that I have is to implement a simple CI workflow on the repo that does some checks on the YAML -- ensure that the YAML can be parsed in the format expected, ensure that there are no duplicates, etc....
A branch protection rule can probably be setup, in fact, so that a PR merging is blocked if that check fails.
feat: generate HTML from YAML refactor: generators from `main.go` to `generators/` chore: gitignore generated output
I did a first implementation of the HTML generation. It looks good but it was done by AI on a flight.
|
I have developed a Go program that automatically generates the gno-awesome README from a YAML file.
The content of the YAML was converted from the previous markdown README source of truth.
RE: #24