verb-generate-readme
Version:
Generate your project's readme with verb. Requires verb v0.9.0 or higher.
87 lines (57 loc) • 1.79 kB
Markdown
---
layout: nil
---
{%= include("generate/logo") %}
{%= include("generate/header") %}

{%= include("toc") %}
{% body %}
## Getting started
### Install
{%= include("generate/generator-install") %}
### CLI
{%= include("generate/generator-run") %}
{%= doc("what-will-happen") %}
**What you should see in the terminal**
If completed successfully, you should see both `starting` and `finished` events in the terminal, like the following:
```sh
[00:44:21] starting ...
...
[00:44:22] finished ✔
```
If you do not see one or both of those events, please [let us know about it](../../issues).
### Help
To see a general help menu and available commands for {%= platform.proper %}'s CLI, run:
```sh
$ {%= platform.command %} help
```
## Tasks
{%= include("tasks.md") %}
## Next Steps
{%= section('next-steps', include('generate/next-steps.md')) %}
## About
### What is "Generate"?
{%= include("generate/what-is-generate.md") %}
### Related projects
{%= section("related", related(verb.related.list)) %}
{%= maybeInclude("docs/resource.md", "docs") %}
### Community
{%= include("generate/community") %}
### Contributors
{%= ghContributors() %}
### Contributing
{%= include("contributing") %}
### Running tests
{%= maybeInclude("coverage") %}
{%= include("tests") %}
### Release history
{%= section("history") %}
### Author
{%= includeEither("authors", "author") %}
### License
{%= copyright({linkify: true, prefix: "Copyright", symbol: "©"}) %}
{%= licenseStatement || (typeof license === "string" ? ("Released under the " + license + " License.") : "MIT") %}
***
{%= include("footer") %}
{%= reflinks(verb.reflinks) %}
[docs]: https://github.com/generate/generate/blob/master/docs/