It would be helpful to have a standard format for plugin READMEs that covers standard information:
If a CLI add-on for generating plugins comes to be, this template could easily be generated with the plugin's actual information, but that's down the road a bit.
Other things that still need to be figured out:
This looks great!
Perhaps we could also add "When do I use this" with very approachable user stories.
@kentcdodds has a README template https://github.com/kentcdodds/generator-kcd-oss/blob/master/generators/app/templates/README.md
On where to store this — we have a poorly documented setup for generating new packages for this repo https://github.com/gatsbyjs/gatsby/blob/master/plop-templates/package/README.md.hbs
We should move that into the gatsby-cli and make it super awesome.
cc @ajayns
If a CLI add-on for generating plugins comes to be, this template could easily be generated with the plugin's actual information
This sounds very interesting, could save a lot of time on getting started and will also improve consistency in plugins
@jlengstorf I just referenced this issue in a PR where I've included a plugin READme template. Open to ideas of a better place to put the template!
closed by #6489
Most helpful comment
This looks great!
Perhaps we could also add "When do I use this" with very approachable user stories.
@kentcdodds has a README template https://github.com/kentcdodds/generator-kcd-oss/blob/master/generators/app/templates/README.md
On where to store this — we have a poorly documented setup for generating new packages for this repo https://github.com/gatsbyjs/gatsby/blob/master/plop-templates/package/README.md.hbs
We should move that into the gatsby-cli and make it super awesome.