verb-generate-readme
verb-generate-readme copied to clipboard
new layout
I'd like a layout like common but without the badges in the head partial.
This is for projects not published to npm but still have the full about section, TOC, and name and description.
I'm putting this here to remind myself to create it and get feedback on if it's necessary and what the name should be. I think it'll look like this:
{%= name %}
> {%= description %}
{%= include('highlights') %}
## Table of contents
{%= include('toc') %}
{% body %}
## About
{%= include('about') %}