From ac70642af97b353b61fb1efc55cd28feb25055b2 Mon Sep 17 00:00:00 2001
From: Antony Denyer <antonydenyer@gmail.com>
Date: Mon, 21 Aug 2017 16:45:44 +0100
Subject: [PATCH] build: add readme

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 000000000..793288788
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# pubsweet-logger
+
+A module encapsulating standard logging features for pubsweet components and services.
+
+
+[![MIT license](https://img.shields.io/badge/license-MIT-e51879.svg)](https://gitlab.coko.foundation/pubsweet/pubsweet-logger/raw/master/LICENSE) 
+[![npm](https://img.shields.io/npm/v/pubsweet.svg)](https://npmjs.com/package/pubsweet-logger) 
+[![build status](https://gitlab.coko.foundation/yld/pubsweet-logger/badges/master/build.svg)](https://gitlab.coko.foundation/yld/pubsweet-logger/commits/master)
+[![coverage report](https://gitlab.coko.foundation/yld/pubsweet-logger/badges/master/coverage.svg)](https://gitlab.coko.foundation/yld/pubsweet-logger/commits/master) 
+[![code style standard](https://img.shields.io/badge/code%20style-standard-green.svg)](https://standardjs.com/) 
+[![mattermost chat](https://img.shields.io/badge/mattermost_chat-coko%2Fpubsweet-blue.svg)](https://mattermost.coko.foundation/coko/channels/pubsweet)
+
-- 
GitLab