-
-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out what development flow will be without cli.js #1226
Comments
According to our internal meeting, we want to first deprecae the use of cli.js in our
This script is not final, so open for discussions! Also, please leave comments on what we should do to inform our users about deprecating the cli.js in generator. We are also interested in hardcoding a message for people when they use to say things like "cli.js is about to be deprecated, please adjust your codebase accordingly" etc. |
This issue is open for discussion and thoughts! Please leave comments whenever you see fit and let's get this thing going! : ) |
This is wrong we need to import the local generator construct and then use it |
Hey @lmgyuan I can't recall why that was closed. Reopening for now, feel free to close again but with comment why. We should figure out final shape of the script. We also have to agree when we will add this script. Should we wait one year, and add it the same time we remove cli.js or maybe we just add it now, as it is and gradually improve over time, and stop using cli.js for development immediately |
@lmgyuan any progress? |
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:
cli.js
goes into some subfolder and we still use it but only for developmentThe text was updated successfully, but these errors were encountered: