https://github.com/likecoin/likecoin-email-templates
https://github.com/likecoin/likecoin-email-templates
likecoin npm-package
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/likecoin/likecoin-email-templates
- Owner: likecoin
- License: gpl-3.0
- Created: 2018-03-23T02:52:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T06:02:31.000Z (about 5 years ago)
- Last Synced: 2025-05-29T01:58:38.724Z (about 1 month ago)
- Topics: likecoin, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@likecoin/likecoin-email-templates
- Size: 556 KB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# likecoin-email-templates
[](https://www.npmjs.com/package/@likecoin/likecoin-email-templates)
[](https://circleci.com/gh/likecoin/likecoin-email-templates)## Usage
```js
import EmailTemplate from 'likecoin-email-templates';EmailTemplate.Basic({
title: 'Sample',
body: 'Hello World'
});
```