0.0.9 • Published 11 years ago

dustbuster v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
11 years ago

dustbuster

compiles dust.js templates

installation

For use in other node projects:

npm install dustbuster

As a command line tool:

npm install dustbuster -g

usage

in a node project:

var dustbuster = require('dustbuster');
dustbuster({
  input: <input>,
  basename: <basename>,
  output: <output>
});

command line:

dustbuster <input> [-b <basename>, -o <output>]
  • <input> can be a path to a single file or a directory containing dust.js templates (*.dust)
  • <basename> when dustbusting directories, replaces the directory name as the basename for the registered template. For single files, <basename> is prepended to the filename.
  • <output> file to write output to. If not specified returns the string of compiled dust templates
0.0.9

11 years ago

0.0.8

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago