nx-azure-function
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

A NX plugin for developing azure functions

Install

npm install nx-azure-function

Generators

Initialize a nx application as a azure function app

nx generate nx-azure-function:init --projectName={project name}

nx generate nx-azure-function:init --projectName=fn

Create a function in a function app

nx generate nx-azure-function:function --functionName={function name} --projectName={project name}

nx generate nx-azure-function:function --functionName=hello-world --projectName=fn

Executors

Serves a function app locally, also added with nx-azure-function:init generator

nx-azure-function:serve

nx run {project name}:serve

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i nx-azure-function

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

49.3 kB

Total Files

27

Last publish

Collaborators

  • egorderg