jade --> html
jade(1)
Usage: jade [options] [dir|file ...]Options: -h, --help output usage information -V, --version output the version number -o, --objjavascript options object -O, --out output the compiled html to -p, --path filename used to resolve includes -P, --pretty compile pretty html output -c, --client compile function for client-side runtime.js -D, --no-debug compile without debugging (smaller functions) -w, --watch watch files for changes and automatically re-renderExamples: # translate jade the templates dir $ jade templates # create {foo,bar}.html $ jade {foo,bar}.jade # jade over stdio $ jade < my.jade > my.html # jade over stdio $ echo "h1 Jade!" | jade # foo, bar dirs rendering to /tmp $ jade foo bar --out /tmp
html --> jade