Built a small tool to decouple prompts from code(github.com)
github.com
Built a small tool to decouple prompts from code
https://github.com/mkarots/grompt
1 コメント
hey all, while working on a SaaS im building, I had the need to decouple my prompts for code, so i could manage & organise them better, and I ended up building a small CLI tool to do that. the idea is that you can store prompts in yaml, version them and programmatically use them by ID. thats it, lmk what you think!