Skip to content

Commit

Permalink
adds instructions for adding badge. see: #253
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Dec 4, 2016
1 parent 1735c6c commit 4dde3d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,20 @@ Then, assuming you have added the `lint` script described above, add the followi
}
```

## Repo Badge ? [![JavaScript Style Guide: Good Parts](https://img.shields.io/badge/code%20style-goodparts-brightgreen.svg?style=flat)](https://github.com/dwyl/goodparts "JavaScript The Good Parts")


If you use `goodparts` to lint your code and want to let other people know,
you can add this badge in your repo:

```js
[![JavaScript Style Guide: Good Parts](https://img.shields.io/badge/code%20style-goodparts-brightgreen.svg?style=flat)](https://github.com/dwyl/goodparts "JavaScript The Good Parts")

```
> If you want to know more about "Badges" see: https://github.com/dwyl/repo-badges
<br />
## See the discussion we've had on each issue [here](https://github.com/dwyl/goodparts/wiki/Rules-Contents-page)
Expand Down

0 comments on commit 4dde3d9

Please sign in to comment.