Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

TypeScript decorators for common Azure function use cases.

License

NotificationsYou must be signed in to change notification settings

NicolasBissig/azure-functions-decorators

Repository files navigation

Spring / NestJS like decorators for your Azure functions.

⚠️Under heavy development, unstable!⚠️

Install

npm i azure-functions-decorators

add

"experimentalDecorators":true

to yourtsconfig.json

Example

classFunctionApp{    @HttpFunction()staticasynchttpTrigger(@QueryParameter('name')name:string):Promise<string>{return`Hello,${name}`;}}

Releasing

First, update theCHANGELOG. Then run these commands.

lerna version --no-private

Github Actions will publish a new release to the npm registry and create a new release on Github.

About

TypeScript decorators for common Azure function use cases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp