Update the readme
This commit is contained in:
parent
25687860cc
commit
7120058916
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user