1.1.0 • Published 4 months ago

@quantum-sec/azure-functions-core v1.1.0

Weekly downloads
22
License
SEE LICENSE IN LI...
Repository
github
Last release
4 months ago

azure-functions-core

This repository contains a TypeScript module with utilities and helpers for creating Azure Function Apps. These include things like Function base classes and Function pipeline management utilities.

Usage

To install this package in your project, simply use NPM:

npm install --save @quantum-sec/azure-functions-core

Note: You may also need to install peer dependencies. These will be listed in the output of the npm install command.

Once the package is installed in your project, you can import the classes or types you want to use:

import { FunctionBase } from '@quantum-sec/azure-functions-core';

export class MyNewFunction extends FunctionBase<MyReturnType> {
  // ...
}

Development

To add additional resources to this module, simply add the code files desired and ensure that they're exported from index.ts in the root of the src directory. If you are using sub-modules, ensure that they're exported from that module's index.ts and then subsequently from the root index.ts.

Once you've added your code, make sure it builds and passes ESLint rules and unit tests:

npm run build
npm run lint
npm run test
1.1.0

4 months ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago