Update the readme

This commit is contained in:
Dylan Pizzo 2025-02-19 20:02:21 -08:00
parent 25687860cc
commit 7120058916

View File

@ -1,5 +1,7 @@
# codegen
A script that turns `[filename].gen.ts` files into `[filename].ts` files by running the function exported by the `.gen.ts` files and putting the result of that function into the output `.ts` file. This is useful for any kind of codegen such as if you want to have a file that wants to do bulk imports of all the ts files in a different directory, or codegen database schema types, and so on.
Use:
```sh