An open API service indexing awesome lists of open source software.

https://github.com/mutualmobile/dust_compiler

A simple Node command line tool that watches and compiles dust templates recursively from one directory to another
https://github.com/mutualmobile/dust_compiler

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# dust_compiler

A simple Node command line tool that watches and compiles dust templates recursively 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}