- Notifications
You must be signed in to change notification settings - Fork0
TypeScript decorators for common Azure function use cases.
License
NotificationsYou must be signed in to change notification settings
NicolasBissig/azure-functions-decorators
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Spring / NestJS like decorators for your Azure functions.
npm i azure-functions-decorators
add
"experimentalDecorators":true
to yourtsconfig.json
classFunctionApp{ @HttpFunction()staticasynchttpTrigger(@QueryParameter('name')name:string):Promise<string>{return`Hello,${name}`;}}
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
Packages0
No packages published