ghost
Ghost ๐ป is an experimental CLI that uses AI to generate GitHub Actions workflows, using OpenAI
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.zip)- devcontainer.json
- Dockerfile
- ghost_build.yml
- chat.go
- config.go
- root.go
- run.go
- ui.go
- .all-contributorsrc
- .gitignore
- .goreleaser.yml
- CONTRIBUTING.md
- ghost.gif
- go.mod
- go.sum
- LICENSE
- main.go
- README.md
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/savannahostrowski/ghost
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd ghost
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Go
๋ณดํต ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
go build ./...
Go ํ๋ก๊ทธ๋จ์ ์ปดํ์ผํด ์คํ ํ์ผ์ ๋ง๋ญ๋๋ค.
go run .
๋ฐ๋ก ๋น๋ํ์ง ์๊ณ ๋ฐ๋ก Go ํ๋ก๊ทธ๋จ์ ์คํํฉ๋๋ค.
๋น๋๊ฐ ์๋ฌ ์์ด ๋๋๋ฉด ์ฑ๊ณต์
๋๋ค. go run . ์ ์ผ๋ค๋ฉด ํฐ๋ฏธ๋ ์ถ๋ ฅ์ ํ์ธํ์ธ์.
// repository documentation
Was this content helpful?
(0 ratings)
