A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Azure Functions HTTP module for Nest.
Using the Nest CLI:
$ nest add @nestjs/azure-func-http
You can pass additional flags to customize the post-install schematic. For example, if your base application directory is different than src
, use --rootDir
flag:
$ nest add @nestjs/azure-func-http --rootDir app
Other available flags:
rootModuleFileName
- the name of the root module file, default:app.module
rootModuleClassName
- the name of the root module class, default:AppModule
skipInstall
- skip installing dependencies, default:false
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.