@ensono-stacks/azure-node
v2.0.7
Published
Please visit the stacks documentation page for `azure-node` [here](https://stacks.ensono.com/docs/getting_started/azure-node/ensono-stacks-azure-node) for more information
Downloads
223
Readme
@ensono-stacks/azure-node
Please visit the stacks documentation page for azure-node
here
for more information
Generators and Executors
View a list of the plugin executors/generators through the following command:
nx list @ensono-stacks/azure-node
Development
Building
Run the following command to build the plugin
nx build azure-node
Tests
Run the following to execute the unit tests via jest.
nx test azure-node
Linting
Run the following to lint the code using ESLint.
nx lint azure-node
Publish
Run the following to publish the NPM package
nx publish azure-node