Enable `--compile` for `generate fromTemplate` command
This needs to be extended with new flag called: --compile
Would be good to also bump to use latest generator: 2.7.1
It's going to work only with AsyncAPINewGenerator that has it enabled.
By default compile option in the library is set to true and would be great to allow people to pass --compile=false. This should speed up generation for templates like @asyncapi/html-template that are released with transpiled files and compilation is not needed.
Hi @derberg,
I've submitted a PR for this issue and updated the title as per the contribution guidelines. Kindly take a look when you get a chance.
Please let me know if any changes are needed. Thanks!
still open for contributions
https://github.com/asyncapi/cli/blob/master/src/commands/generate/fromTemplate.ts#L89 it is giving file not found error