# create-email

> The easiest way to get started with React Email

Latest version **1.2.6** (published 2026-09-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-email
pnpm add create-email
yarn add create-email
bun add create-email
```

Provides the command `create-email`.

## Health

**Score 70/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 1.2.6 |
| Published | 2026-09-23 |
| First published | 2022-09-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=20.0.0 |
| Dependencies | 4 |
| Unpacked size | 99.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 19755 |
| Maintainers | zenorocha, bukinoshita, gabrielmfern |
| Keywords | react, email |

## Links

- npm: https://www.npmjs.com/package/create-email
- Repository: https://github.com/resend/react-email
- npm.io page: https://npm.io/package/create-email

## Dependencies (4)

- [ora](https://npm.io/package/ora.md) ^8.0.0
- [fs-extra](https://npm.io/package/fs-extra.md) ^11.3.3
- [commander](https://npm.io/package/commander.md) ^13.0.0
- [log-symbols](https://npm.io/package/log-symbols.md) ^7.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.2.6 (latest) — 2026-09-23
- 1.2.0-canary.1 (canary) — 2025-04-16
- 1.0.0-alpha.7 (alpha) — 2025-03-27
- 1.2.5 — 2026-04-27
- 1.2.4 — 2026-04-16
- 1.2.3 — 2025-12-29
- 1.2.2 — 2025-07-08
- 1.2.1 — 2025-05-19
- 1.2.0 — 2025-05-01
- 1.2.0-canary.0 — 2025-04-15
- 1.1.0 — 2025-04-09
- 1.0.8-canary.0 — 2025-04-08
- 1.0.7 — 2025-04-08
- 1.0.6 — 2025-04-08
- 1.0.5 — 2025-04-04
- … 96 more at https://npm.io/package/create-email/versions

## README

![create-email cover](https://react.email/static/covers/create-email.png)

<div align="center"><strong>create-email</strong></div>
<div align="center">The easiest way to get started with React Email.</div>
<br />
<div align="center">
<a href="https://react.email">Website</a>
<span> · </span>
<a href="https://github.com/resend/react-email">GitHub</a>

</div>

## Getting started

To get started, open a new shell and run:

```sh
npx create-email
```

This will create a new folder called `emails` with a few email templates.

## Options

Alternatively, you can pass a parameter to specify the name of the folder:

```sh
npx create-email foo
```

## License

MIT License

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