# kCore

[![Build Status](https://travis-ci.org/kalisio/kCore.png?branch=master)](https://travis-ci.org/kalisio/kCore)
[![Code Climate](https://codeclimate.com/github/kalisio/kCore/badges/gpa.svg)](https://codeclimate.com/github/kalisio/kCore)
[![Test Coverage](https://codeclimate.com/github/kalisio/kCore/badges/coverage.svg)](https://codeclimate.com/github/kalisio/kCore/coverage)
[![Dependency Status](https://img.shields.io/david/kalisio/kCore.svg?style=flat-square)](https://david-dm.org/kalisio/kCore)
[![Documentation](https://img.shields.io/badge/documentation-available-brightgreen.svg)](https://kalisio.github.io/kdk/)
[![Known Vulnerabilities](https://snyk.io/test/github/kalisio/kCore/badge.svg)](https://snyk.io/test/github/kalisio/kCore)

> Basic utils to support KDK-based applications and services

## Installation

```
npm install @kalisio/kdk-core --save
// Or with Yarn
yarn add @kalisio/kdk-core
```

## Documentation

The [kDocs](https://kalisio.github.io/kdk/) are loaded with awesome stuff and tell you everything you need to know about using and configuring it.

## License

Copyright (c) 2017 Kalisio

Licensed under the [MIT license](LICENSE).
