1.0.10 • Published 2 months ago

@meavitae/mv-template-helpers v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

mv-template-helpers

Usage

import mvTemplateEngine from '@meavitae/mv-template-helpers'

const renderedTemplate = await mvTemplateEngine(template, data)

Helpers

Tags

{% toc %}

{% majorNum This is the title for my major num %}

{% minorNum %}

{% subMinorNum %}

{% pageBreak %}

Filters

{{ 3455 | numberToWords: 'en-GB' }}

{{ object.moneyValue | numberToMoneyWords: 'en-US' }}

{{ 34252354 | formatDate }}

{{ 2344.23 | formatMoney: 'en-GB' }}

{{ contactObject | fullName }}

{{ contactObject.addresses | address }}

{{ contactObject.phoneNumbers | phoneNumber }}

{{ contactObject.emailAddresses | emailAddress }}

{{ 'female' | genderLookup }}

{{ 'guardians' | groupNameRelationship }}

{{ arrayOfContacts | contactsToNameAndAddressString }}

{{ 'change this string to titlecase' | titlecase }}
1.0.10

2 months ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago