Awesome!!! I'd love it if the Usage sections would output a single code snippet one could copy and paste into a val. Right now it requires a lot of different copy and pastes. Maybe a change to the prompt could fix that?
I'll do that!
Excellent! I'd simplify your API and docs like so:
import { draftReadme } from "https://esm.town/v/nbbaier/readmeGPT"; console.log(await draftReadme({ username: "nbbaier", val: "exampleVal" }))
I added this to the prompt: Usage sections should include a single code snippet that a user can copy and paste.
Usage sections should include a single code snippet that a user can copy and paste.
Also, to clarify your API suggestion - you're saying move away from the class based API here?
Yep! There's no reason to do a class based thing here in my opinion
Fair! I'll refactor later this week
Awesome!!! I'd love it if the Usage sections would output a single code snippet one could copy and paste into a val. Right now it requires a lot of different copy and pastes. Maybe a change to the prompt could fix that?
I'll do that!
Excellent! I'd simplify your API and docs like so:
I added this to the prompt:
Usage sections should include a single code snippet that a user can copy and paste.
Also, to clarify your API suggestion - you're saying move away from the class based API here?
Yep! There's no reason to do a class based thing here in my opinion
Fair! I'll refactor later this week