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
- Host: GitHub
- URL: https://github.com/mutualmobile/dust_compiler
- Owner: mutualmobile
- Created: 2012-11-15T16:15:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-29T19:09:07.000Z (over 13 years ago)
- Last Synced: 2025-02-13T10:08:14.615Z (over 1 year ago)
- Language: JavaScript
- Size: 445 KB
- Stars: 3
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}