arm-templator
v0.0.24
Published
ARM Typescript template generator prototype
Downloads
4,936
Maintainers
Readme
arm-templator
Generate ARM templates programmatically by writing Typescript.
Installing
npm i -S arm-templator
Examples
See the arm-templator-usage repo for some usage examples.
Type Definitions
See the arm-templator-types repo for resource type definitions.
Running tests
Tests can be executed by running npm test
. The tests simply execute a named input.ts
file in subdirectories of the tests directory, and compare the generated output to the output.json
template file.
Contributing
Please feel free to contribute via Pull Requests or the Issue tracker!