arm-templator

ARM Typescript template generator prototype

Usage no npm install needed!

<script type="module">
  import armTemplator from 'https://cdn.skypack.dev/arm-templator';
</script>

README

arm-templator

Generate ARM templates programmatically by writing Typescript.

NPM Version Build Status

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!