dust_compiler

A simple Node command line tool that watches and compiles dust templates recursively from one directory to another

Usage no npm install needed!

<script type="module">
  import dustCompiler from 'https://cdn.skypack.dev/dust_compiler';
</script>

README

dust_compiler

A simple Node command line tool that watches and compiles dust templates from one directory to another

Installation

  • npm install dust_compiler -g

Usage

  • $ dust_compiler {input path defaults to ./template} {output_path defaults to ./compiles_temlates}