cubos / sdkgen

[ DEPRECATED, SEE https://github.com/sdkgen/sdkgen ] Tool that aims on solving client-server communication and data layout sharing between server, web, android and ios using a description language also called sdkgen.
MIT License
45 stars 9 forks source link

Package mode #13

Open dygufa opened 6 years ago

dygufa commented 6 years ago

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.