How to make the most of this script: ( At least what has helped me in getting high quality code in one go)
Step 1 : Start the script with a simple prompt like "Create an expense management tool" and it will set up the whole project with relevant functional requirements doc, technical implementation doc, database setup, backend code and frontend code. It will even install all the dependencies and place the code in relevant folder
Step 2: Open generated code folder in cursor, ask it to read all the files and then start making changes. Works like a charm mostly :P.
How to make the most of this script: ( At least what has helped me in getting high quality code in one go)
Step 1 : Start the script with a simple prompt like "Create an expense management tool" and it will set up the whole project with relevant functional requirements doc, technical implementation doc, database setup, backend code and frontend code. It will even install all the dependencies and place the code in relevant folder
Step 2: Open generated code folder in cursor, ask it to read all the files and then start making changes. Works like a charm mostly :P.
Any examples of these one shot generated projects? Github repo?
I have added two projects in the same repo here
https://github.com/vivek100/oneShotCodeGen/tree/main/example...
Thanks for the suggestion, I should have added them before.