Add example READMEs

This commit is contained in:
Richard Littauer 2016-05-23 13:48:02 +02:00
parent 052358dbd0
commit bad0d305b9
3 changed files with 96 additions and 0 deletions

View File

@ -66,6 +66,10 @@ $ standard-readme
// Will output spec (this Readme)
```
### Example Readmes
To see how the specification has been applied, see the [example-readmes](example-readmes/).
## Specification
### Requirements

View File

@ -0,0 +1,64 @@
# Title
![banner]()
![badge]()
![badge]()
> This is an example file with maximal choices selected.
This is a long description.
## Table of Contents
- [Security](#security)
- [Background](#background)
- [Installation](#installation)
- [Usage](#usage)
- [API](#api)
- [Contribute](#contribute)
- [License](#license)
## Security
### Any optional sections
## Background
### Any optional sections
## Install
This module depends upon a knowledge of [Markdown]().
```
```
### Any optional sections
## Usage
```
```
### Any optional sections
## API
### Any optional sections
## More optional sections
## Contribute
See [the contribute file](contribute.md)!
PRs accepted.
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
### Any optional sections
## License
[MIT © Richard McRichface.](../LICENSE)

View File

@ -0,0 +1,28 @@
# Title
> This is an example file with default selections.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)
## Install
```
```
## Usage
```
```
## Contribute
PRs accepted.
## License
MIT © Richard McRichface