cog icon indicating copy to clipboard operation
cog copied to clipboard

Set dynamic file output name

Open spinillos opened this issue 1 year ago • 0 comments

Cogs allows to define a destination path, but the final path depends of the language. For example, Go set the tyoes under 'pkg'/types_gen.go and TS under src/'pkg'/types_gen.ts.

It could be nice if we can define output name completely.

Changing the output for these files could affect to the imports that points to cog tooling generated to make the code works (Variants, Runtime, JSONMarshalling, etc...)

spinillos avatar Feb 23 '24 13:02 spinillos