1.2.3 • Published 1 year ago

@jsx-mail/cli v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

JSXMail CLI

terminal

This is the official jsx-mail CLI, it is used to do things like build your email applications or even to serve your application in development mode (so you can see how your email template looks email in a very easy way through your browser).

Installation

# with yarn
yarn add @jsx-mail/cli
# with npm
npm install @jsx-mail/cli
# with pnpm
pnpm add @jsx-mail/cli

Usage

The two most important commands of this CLI are without a doubt the build and the serve commands. The build command is used to build your email application and is used to start a server that exposes your email templates (this is for ease of development).

# with yarn
yarn jsxm serve
yarn jsxm build
# with npm
npm jsxm serve
npm jsxm build
# with pnpm
pnpm jsxm serve
pnpm jsxm build

Documentation

See the documentation here

Server

Here the figma link of the mail client