From 372521b12479f6c6fa583055e86b3b9df0cb0fe8 Mon Sep 17 00:00:00 2001 From: indexzero Date: Wed, 29 Jul 2015 17:12:09 -0700 Subject: [PATCH] [doc] Add the badges!. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ab546..fcc7776 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# nconf [![Build Status](https://secure.travis-ci.org/flatiron/nconf.png)](http://travis-ci.org/flatiron/nconf) +# nconf + +[![Version npm](https://img.shields.io/npm/v/nconf.svg?style=flat-square)](https://www.npmjs.com/package/nconf)[![npm Downloads](https://img.shields.io/npm/dm/nconf.svg?style=flat-square)](https://www.npmjs.com/package/nconf)[![Build Status](https://img.shields.io/travis/indexzero/nconf/master.svg?style=flat-square)](https://travis-ci.org/indexzero/nconf)[![Dependencies](https://img.shields.io/david/indexzero/nconf.svg?style=flat-square)](https://david-dm.org/indexzero/nconf) + +[![NPM](https://nodei.co/npm/nconf.png?downloads=true&downloadRank=true)](https://nodei.co/npm/nconf/) Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.