# azure-seed/azure-functions-ts-essentials [![npm version](https://badge.fury.io/js/azure-functions-ts-essentials.svg)](https://www.npmjs.com/package/azure-functions-ts-essentials) [![npm downloads](https://img.shields.io/npm/dm/azure-functions-ts-essentials.svg)](https://www.npmjs.com/package/azure-functions-ts-essentials)
Essential interfaces and tools for backend development on [Azure Functions] with [TypeScript]

[![CircleCI](https://circleci.com/gh/azure-seed/azure-functions-ts-essentials.svg?style=shield)](https://circleci.com/gh/azure-seed/azure-functions-ts-essentials)
[![coverage](https://codecov.io/github/azure-seed/azure-functions-ts-essentials/coverage.svg?branch=master)](https://codecov.io/gh/azure-seed/azure-functions-ts-essentials)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Greenkeeper badge](https://badges.greenkeeper.io/azure-seed/azure-functions-ts-essentials.svg)](https://greenkeeper.io/)

> Please support this project by simply putting a Github star. Share this library with friends on Twitter and everywhere else you can.

**NOTE**: This project is in experimental stage now, functionality is subject to slightly change.

## <a name="prerequisites"></a> Prerequisites
Please ensure that you are using **`Typescript v2.6.2`** or higher.

## <a name="getting-started"> Getting started
### <a name="installation"> Installation
You can install **`azure-functions-ts-essentials`** using `npm`

```
npm install azure-functions-ts-essentials --save
```

## <a name="contributing"></a> Contributing
If you want to file a bug, contribute some code, or improve documentation, please read up on the following contribution guidelines:
- [Issue guidelines](CONTRIBUTING.md#submit)
- [Contributing guidelines](CONTRIBUTING.md)
- [Coding rules](CONTRIBUTING.md#rules)
- [Change log](CHANGELOG.md)

#### Thanks to
- [JetBrains], for their support to this open source project with free [WebStorm] licenses.

## <a name="license"></a> License
The MIT License (MIT)

Copyright (c) 2018 [Burak Tasci]

[Azure Functions]: https://azure.microsoft.com/en-us/services/functions
[TypeScript]: https://github.com/Microsoft/TypeScript
[JetBrains]: https://www.jetbrains.com/community/opensource
[WebStorm]:   https://www.jetbrains.com/webstorm
[Burak Tasci]: https://github.com/fulls1z3
