dustbuster

0.0.9 • Public • Published

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 (designed to be used synchronously):

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

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). As of version 0.0.6 <input> can also be an array of file paths
  • <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
  • <helper> optional boolean to set if templates are making use of linkedin helpers library

Package Sidebar

Install

npm i dustbuster

Weekly Downloads

11

Version

0.0.9

License

MIT

Last publish

Collaborators

  • cl-bender