Skip to content

Commit 3ef698a

Browse files
author
Ian Egner
committed
Add badges to readme
1 parent 2dccbb2 commit 3ef698a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Style Guider Demo
2-
2+
[![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Code Climate][codeclimate-image]][codeclimate-url]
33
> [View the demo](https://webdevian.github.io/style-guider-demo/)
44
55
A web framework and style guide built with [Style Guider](https://www.npmjs.com/package/generator-style-guider)
@@ -50,3 +50,11 @@ There are pre-commit and pre-push hooks for linting, and building the minified f
5050
## Incorporating this framework in other projects
5151

5252
This project also acts as a web framework, with re-usable SCSS mixins, pug mixins and front-end javascript that can be included in other projects. Just add it as an npm dependency so it is stored in `node_modules` then the mixin endpoints (or minified dist files) will be available to your project code.
53+
54+
55+
[travis-image]: https://travis-ci.org/webdevian/style-guider-demo.svg?branch=master
56+
[travis-url]: https://travis-ci.org/webdevian/style-guider-demo
57+
[daviddm-image]: https://david-dm.org/webdevian/style-guider-demo.svg?theme=shields.io
58+
[daviddm-url]: https://david-dm.org/webdevian/style-guider-demo
59+
[codeclimate-image]: https://codeclimate.com/github/webdevian/style-guider-demo/badges/gpa.svg
60+
[codeclimate-url]: https://codeclimate.com/github/webdevian/style-guider-demo

0 commit comments

Comments
 (0)