2.20.0 • Published 1 year ago

@communityboss/emails v2.20.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Email templates

Architecture Overview

  • An npm library that, given a template name and parameters, returns an HTML or text representation of the email (basically html('template_name', { ...params}))
  • email-templates: SvelteKit app to preview emails
    • Creates a route for every email template
    • You pass params to the email template via query params
    • The router loads the template and passes the params to it via the library code

Setup

npm install

Develop

npm run dev

Open http://localhost:4444 to view the template previewer.

Resources

2.20.0

1 year ago

2.19.0

1 year ago

2.18.0

1 year ago

2.17.0

1 year ago

2.16.0

1 year ago

2.15.0

1 year ago

2.14.0

1 year ago

2.13.0

1 year ago

2.12.0

1 year ago

2.11.0

1 year ago

2.10.0

1 year ago

2.9.0

1 year ago

2.8.0

1 year ago

2.7.0

1 year ago

2.6.1

1 year ago

2.6.0

1 year ago

2.5.0

1 year ago

2.4.0

1 year ago

2.3.0

1 year ago

2.2.0

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago