sdkgen
sdkgen copied to clipboard
Package mode
Problem: currently the output for the typescript_web target is a single ts file with multiple unresolved dependencies.
Proposal: Add a --package
option to the generator, with this flag the user would be capable to generate a npm package (with a package.json describing the dependencies) or get a standalone file with the dependencies already resolved.