Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

azure-functions-ts-essentials

azure-seed49.1kMIT1.3.2TypeScript support: included

Essential interfaces and tools for backend development on Azure Functions with TypeScript

azure-functions, azure

readme

azure-seed/azure-functions-ts-essentials npm version npm downloads

Essential interfaces and tools for backend development on Azure Functions with TypeScript

CircleCI coverage tested with jest Conventional Commits Greenkeeper badge

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.

Prerequisites

Please ensure that you are using Typescript v2.6.2 or higher.

Getting started

Installation

You can install azure-functions-ts-essentials using npm

npm install azure-functions-ts-essentials --save

Contributing

If you want to file a bug, contribute some code, or improve documentation, please read up on the following contribution guidelines:

Thanks to

  • JetBrains, for their support to this open source project with free WebStorm licenses.

License

The MIT License (MIT)

Copyright (c) 2018 Burak Tasci

changelog

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.2 (2018-05-15)

  • build: update deps

1.3.1 (2017-11-27)

  • afte: upgrade to TypeScript v2.6.2

1.3.0 (2017-10-17)

Features

1.2.0 (2017-10-09)

Features

  • afte: add context object members (#12) (5d72f0c)
  • afte: add HTTP 422 unprocessable entity (#15) (e2b99b8)
  • afte: add http request object members (#13) (79acf09)
  • afte: add http response object members (#14) (6b39149)

1.1.1 (2017-09-30)

1.1.0 (2017-09-29)

Features

  • afte: add http methods and status codes (#4) (b33305e)

1.0.0 (2017-09-26)