https://github.com/programmerstevie/calendeensvelte
https://github.com/programmerstevie/calendeensvelte
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmerstevie/calendeensvelte
- Owner: programmerstevie
- Created: 2024-10-13T22:13:28.000Z (12 months ago)
- Default Branch: production
- Last Pushed: 2024-10-24T06:27:07.000Z (12 months ago)
- Last Synced: 2025-03-26T20:56:38.762Z (6 months ago)
- Language: Svelte
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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