Skip to main content

DefaultHelpers

DefaultHelpers = CaseHelpers | DateHelpers

Defined in: types.ts:365

The names of all the available helper functions in templates. Simple-Scaffold provides some built-in text transformation filters usable by Handlebars.js.

For example, you may use {{ snakeCase name }} inside a template file or filename, and it will replace My Name with my_name when producing the final value.

See