Metadata-Version: 2.1
Name: gguf-code
Version: 0.0.1
Summary: GGUF code
Author-email: gguf <info@gguf.us>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Project-URL: Issues, https://github.com/calcuis/gguf-coder/issues
Project-URL: Repository, https://github.com/calcuis/gguf-coder

## gguf-code

setup
```
python -m gguf_code
```

## coder

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

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

start coding
```
coder
```

