developer-bandi/codemod-kit

[Chore] Implementing a script to automatically generate website document descriptions

Open

#16 geöffnet am 1. Juni 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (0 Forks)auto 404
help wantedwebsite

Repository-Metriken

Stars
 (2 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The descriptions currently in the transformer documentation are not synchronized with the descriptions generated by zod in the package.

This has the disadvantage of having to manually copy the values ​​each time, and the problem that they may not be accurate.

You should implement a script that automatically reflects the description of the transformer and the description of the options in the documentation during the build so that it can be automatically reflected.

Since we are currently loading the options created with zod in the package from the website, I think it would be okay to solve it in the form of import rather than a script.

Contributor Guide