This website requires JavaScript.
Explore
Help
Sign In
mharb
/
pull-pal
Watch
1
Star
0
Fork
0
You've already forked pull-pal
mirror of
https://github.com/Pull-Pal/pull-pal.git
synced
2024-11-03 01:38:33 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
be278a9162
pull-pal
/
Makefile
9 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
Initial commit (part 2) I added some code and comments too it's almost set up for me and you
2023-04-22 14:39:54 -04:00
SHELL
:=
/bin/bash
build
:
It's working Implement cobra and stuff Right now there is just one root command You can set a config file, or pass flags in via CLI Haven't figured out how to use env variables yet But if you run the root command, It'll check the repo for issues, and generate an LLM prompt You can copy-paste it to the LLM chat, then copy-paste the response to a different file Then press enter in the CLI tool, and it will parse the response and open a PR with the change
2023-04-22 21:41:28 -04:00
go build -v -o pal ./
chmod +rwx ./pal
Initial commit (part 2) I added some code and comments too it's almost set up for me and you
2023-04-22 14:39:54 -04:00
run
:
It's working Implement cobra and stuff Right now there is just one root command You can set a config file, or pass flags in via CLI Haven't figured out how to use env variables yet But if you run the root command, It'll check the repo for issues, and generate an LLM prompt You can copy-paste it to the LLM chat, then copy-paste the response to a different file Then press enter in the CLI tool, and it will parse the response and open a PR with the change
2023-04-22 21:41:28 -04:00
go run ./
Reference in New Issue
Copy Permalink