# obi_emails

> Gulp environment that will make creating HTML emails fast and easy

Latest version **1.1.7** (published 2021-10-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install obi_emails
pnpm add obi_emails
yarn add obi_emails
bun add obi_emails
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.7 |
| Published | 2021-10-14 |
| First published | 2021-10-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 246.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jude Obi Ubah |
| Maintainers | jude_obi |
| Keywords | gulp, html-emails, task-runner, build-tool, sass, inliner, pipeline, system, make |

## Links

- npm: https://www.npmjs.com/package/obi_emails
- npm.io page: https://npm.io/package/obi_emails

## Dependencies (6)

- [gulp](https://npm.io/package/gulp.md) ^4.0.2
- [sass](https://npm.io/package/sass.md) ^1.42.1
- [fs-extra](https://npm.io/package/fs-extra.md) ^10.0.0
- [gulp-sass](https://npm.io/package/gulp-sass.md) ^5.0.0
- [gulp-uglifycss](https://npm.io/package/gulp-uglifycss.md) ^1.1.0
- [gulp-inline-css](https://npm.io/package/gulp-inline-css.md) ^4.0.0

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.1.7 (latest) — 2021-10-14
- 1.1.6 — 2021-10-13
- 1.1.5 — 2021-10-13
- 1.1.4 — 2021-10-13
- 1.1.3 — 2021-10-13
- 1.1.2 — 2021-10-13
- 1.1.1 — 2021-10-13
- 1.1.0 — 2021-10-13
- 1.0.9 — 2021-10-11
- 1.0.8 — 2021-10-11
- 1.0.7 — 2021-10-11
- 1.0.6 — 2021-10-11
- 1.0.5 — 2021-10-11
- 1.0.4 — 2021-10-10
- 1.0.3 — 2021-10-10
- … 3 more at https://npm.io/package/obi_emails/versions

## README

This is a HTML email build tool.

Section 1 - How to install.

    Step 1

    run "node ./node_modules/obi_emails/index.js

Sass file
    We strongly recommend looking through the sass file to understand 
    how it works. The naming scheme is very intuitive.
    But it is advisable to become familiar with it if you wish to use it 

Component Library
    To help you get started there is a very useful library of
    components that are vital in building. Feel free to copy
    the code and add it to your project. Or if you are stuck
    on how the layout of HTML emails work then refer to 
    the component library for an idea of how things work :)

Usefull information

    You will have a pre-populated sass file called "style.scss" in
    a folder called sass - this is a powerful tool that has all the 
    classes you could need to make your email. 
    However if you would like to make your own classes feel free 
    to overwrite it :)

    Now you will have a file called dev_email.html - This will be
     where you can develop your emails using the classes from the 
    sass file. When you are finished developing you can take your 
    inlined (and sass converted) email and save it.

    (If you have your own e-mail that you would like to have instead
     of the original (and blank) "dev_email.html" file then feel free to 
    replace the "dev_email.html" file with your own file. Just make sure 
    that you REPLACE it with the "dev_email.html" file
    Also make sure that your new file is ".html)

    Nota Bene - it would be advisable to delete the node_modules file as 
    it takes a lot of space


HAPPY DEVELOPING!

---
_Source: https://npm.io/package/obi_emails · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
