Metadata-Version: 2.1
Name: gguf-coder
Version: 0.0.4
Summary: GGUF coder
Author-email: gguf <info@gguf.us>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License

## gguf-coder

setup
```
python -m gguf_coder
```

## coder

install coder via npm
```
npm install -g @gguf/coder
```

update coder
```
npm update -g @gguf/coder
```

start coding
```
coder
```

example 1, vibe code a tic tac toe game:
![demo](https://raw.githubusercontent.com/calcuis/gguf-coder/master/game.gif)

example 2, vibe code a color picker, and edit the code afterwards:
![demo](https://raw.githubusercontent.com/calcuis/gguf-coder/master/demo.gif)
