generator
generator copied to clipboard
Figure out what development flow will be without cli.js
research what would be the best developer experience for local development of generator to see if new features (but not only) work with templates.
I still want to be able to locally run easily generator, modify some dummy asyncapi document that in is generator, add something to react-template that is generator, and see if after generation the feature I added works - and last thing I would do is add tests
2 options:
- we deprecate CLI but
cli.jsgoes into some subfolder and we still use it but only for development - we create some really dummy script that we can invoke during development - and this script uses generator as library, same as the integration tests