Scroll to navigation

JADEJS(1) User Commands JADEJS(1)

NAME

jadejs - high performance template engine

OPTIONS

output usage information
output the version number
javascript options object
output the compiled html to <dir>
filename used to resolve includes
compile pretty html output
compile function for client-side runtime.js
compile without debugging (smaller functions)
watch files for changes and automatically re-render

EXAMPLES

$ jadejs templates
$ jadejs {foo,bar}.jade
$ jadejs < my.jade > my.html
$ echo 'h1 Jade!' | jadejs
$ jadejs foo bar --out /tmp

SEE ALSO

For more information and examples take a look at files in: /usr/share/doc/node-jade/examples

May 2014 jadejs