Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@beforeyoubid/jsx-mail-cli

Package Overview
Dependencies
Maintainers
7
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beforeyoubid/jsx-mail-cli

The official jsx mail CLI. 🚀✉️

  • 1.2.6
  • latest
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

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 @beforeyoubid/jsx-mail-cli
# with npm
npm install @beforeyoubid/jsx-mail-cli
# with pnpm
pnpm add @beforeyoubid/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

FAQs

Package last updated on 27 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc