Promptr - GPT के code बदलाव सुझावों को आसानी से लागू करने वाला CLI टूल
(github.com/ferrislucas)- ChatGPT को source code देकर prompt दर्ज करना, जवाब पाना और उसे copy करने की प्रक्रिया को automate करता है
- refactoring, test code लिखने आदि में ChatGPT का उपयोग करते समय copy/paste के बिना सीधे बदलाव लागू किए जा सकते हैं
$ promptr -m gpt4 -p "Cleanup the code in these files" app/index.js app.js$ promptr -m gpt4 -p "Alphabetize the method names in all of these files" $(git ls-tree -r --name-only HEAD | grep ".js" | tr '\n' ' ')
अभी कोई टिप्पणी नहीं है.