An open API service indexing awesome lists of open source software.

https://github.com/programmerstevie/calendeensvelte


https://github.com/programmerstevie/calendeensvelte

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# CALENDEEN (taqwayiim)

# generate email template from mjml:

- `npm run gen:email -- `

i.e.
`npm run gen:email -- ./emails/magicLink.mjml`
_generates a file "magicLink-template.js" with a default exported function whose sole argument is props that are for handlebar-style insertion of data. A great way to customize emails if you ask me._

### MJML + DATA INSERTION POINTS FTW