Skip to content

Commit

Permalink
Improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akyoto committed May 6, 2019
1 parent 36d4c30 commit effdb8a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,32 @@ readme

Generates `README.md` files for every subdirectory that has a `README.src.md` file.

## Snippets

```text
name
```

Repository name.

```text
go:header
```

Header for Go projects.

```text
go:footer
```

Footer for Go projects.

```text
go:install
```

Installation instructions for Go projects.

## Patrons

| [![Scott Rayapoullé](https://avatars3.githubusercontent.com/u/11772084?s=70&v=4)](https://github.com/soulcramer) |
Expand All @@ -45,4 +71,4 @@ Want to see [your own name here](https://www.patreon.com/eduardurbach)?
[coverage-image]: https://codecov.io/gh/akyoto/readme/graph/badge.svg
[coverage-url]: https://codecov.io/gh/akyoto/readme
[patreon-image]: https://img.shields.io/badge/patreon-donate-green.svg
[patreon-url]: https://www.patreon.com/eduardurbach
[patreon-url]: https://www.patreon.com/eduardurbach
28 changes: 27 additions & 1 deletion README.src.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,30 @@ readme

Generates `README.md` files for every subdirectory that has a `README.src.md` file.

{go:footer}
## Snippets

```text
name
```

Repository name.

```text
go:header
```

Header for Go projects.

```text
go:footer
```

Footer for Go projects.

```text
go:install
```

Installation instructions for Go projects.

{go:footer}

0 comments on commit effdb8a

Please sign in to comment.