generator icon indicating copy to clipboard operation
generator copied to clipboard

Figure out what development flow will be without cli.js

Open lmgyuan opened this issue 1 year ago • 5 comments

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.js goes 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

lmgyuan avatar Jun 28 '24 19:06 lmgyuan