3 comments

  • weebhek 17 hours ago

    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.

  • handfuloflight 17 hours ago

    Any examples of these one shot generated projects? Github repo?