1.2.2 ā€¢ Published 4 months ago

dun-cli v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

dun

Zero friction git commits powered by GPT-3.5 āœØ

dun

Without dun šŸ¤¦ā€ā™‚ļø

> git add --all                   
> git commit -m "Update README.md"
[main 91d1c76] Update README.md
 1 file changed, 15 insertions(+), 1 deletion(-)

With dun šŸ˜

> dun
āœ” Committed: Update README.md with installation and usage instructions

Install

You will need to provide your OPENAI_API_KEY as an environment variable.

npm i --g dun-cli
echo 'export OPENAI_API_KEY="<Your OPEN_AI Key>"' >> ~/.bashrc
source ~/.bashrc
1.2.2

4 months ago

1.2.1

4 months ago

1.2.0

4 months ago

1.1.0

4 months ago

1.0.3

4 months ago

1.0.0

4 months ago