.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. .TH HANDLEBARS "1" "December 2021" "handlebars 4.7.7" "User Commands" .SH NAME handlebars \- Extension to the Mustache templating language .SH SYNOPSIS .B handlebars [\fI\,template|directory\/\fR]... .SH DESCRIPTION Precompile handlebar templates. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-output\fR Output File [string] .TP \fB\-\-map\fR Source Map File [string] .TP \fB\-a\fR, \fB\-\-amd\fR Exports amd style (require.js) [boolean] .TP \fB\-c\fR, \fB\-\-commonjs\fR Exports CommonJS style, path to Handlebars module [string] [default: null] .TP \fB\-h\fR, \fB\-\-handlebarPath\fR Path to handlebar.js (only valid for amd\-style) [string] [default: ""] .TP \fB\-k\fR, \fB\-\-known\fR Known helpers [string] .TP \fB\-o\fR, \fB\-\-knownOnly\fR Known helpers only [boolean] .TP \fB\-m\fR, \fB\-\-min\fR Minimize output [boolean] .TP \fB\-n\fR, \fB\-\-namespace\fR Template namespace [string] [default: "Handlebars.templates"] .TP \fB\-s\fR, \fB\-\-simple\fR Output template function only. [boolean] .TP \fB\-N\fR, \fB\-\-name\fR Name of passed string templates. Optional if running in a simple mode. Required when operating on multiple templates. [string] .TP \fB\-i\fR, \fB\-\-string\fR Generates a template from the passed CLI argument. "\-" is treated as a special value and causes stdin to be read for the template value. [string] .TP \fB\-r\fR, \fB\-\-root\fR Template root. Base value that will be stripped from template names. [string] .TP \fB\-p\fR, \fB\-\-partial\fR Compiling a partial template [boolean] .TP \fB\-d\fR, \fB\-\-data\fR Include data when compiling [boolean] .TP \fB\-e\fR, \fB\-\-extension\fR Template extension. [string] [default: "handlebars"] .TP \fB\-b\fR, \fB\-\-bom\fR Removes the BOM (Byte Order Mark) from the beginning of the templates. [boolean] .TP \fB\-v\fR, \fB\-\-version\fR Prints the current compiler version [boolean] .TP \fB\-\-help\fR Outputs this message [boolean]