prumpt 0.1.2

A cli wrapper around OpenAI to generate files/snippets in different languages that work for me.
Documentation
# prumpt

A cli wrapper around OpenAI to generate files/snippets in different languages that work for me.

Install

```bash
cargo install prumpt
```

# Config

OpenAI api key should be set using envar `OPENAI_API_KEY`.

# Run

```bash
prumpt An html file with infile css in a futuristic style. Use animations. > index.html
```