0.1.13 • Published 3 months ago

emgen v0.1.13

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

npm license downloads

Emgen allows you to easily generate HTML email templates.

  • Automatic stylesheet inlining: Write your CSS (or Sass/Less/Stylus) in a separate file and Emgen will automatically inline it into your HTML.
  • File inclusion: Allows you to reuse common elements of your templates by keeping them in separate fields and referring to them with a comment syntax.
  • Support for Vue templates: Use Vue.js to create and render your templates.

Installation

Emgen is available as an npm package.

npm install emgen

Additional features (optional)

npm install sass # Sass support
npm install less # Less support
npm install stylus # Stylus support

# Vue SFC support
npm install vue@">3.2.0"
npm install @vue/compiler-sfc@">3.2.0"

# Vue with Typescript
npm install typescript@">4.0.0"

# Vue i18n support
npm install vue-i18n@">9.0.0"

Documentation

Please refer to the documentation for information on how to get started.

Contributing

Feel free to contribute to Emgen. Here are some ways you can contribute:

  • Open bug reports
  • Open feature requests
  • Propose improvements to the documentation
  • Create Pull Requests to fix bugs or make other improvements

License

This project is licensed under the terms of the ISC license.

0.1.13

3 months ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.10

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago