@mailingui/cli
v0.0.8
Published
Add MailingUI components to your repo.
Downloads
3
Readme
Mailing UI
Description
MailingUI is a set of opinionated React components, built on top of React.email, designed to make the creation of emails easier.
"We believe that email is an extremely important medium for people to communicate. However, we need to stop developing emails like 2010, and rethink how email can be done in 2022 and beyond. Email development needs a revamp. A renovation. Modernized for the way we build web apps today"
—React.email.
All of our components are completely open-sourced and intended for a copy-and-paste use. Currently, we don't have any plans in releasing MailingUI as an npm package.
Documentation
- To get started, please visit Docs - Guide
- View our components at Docs - Components
- View our templates at Templates
CLI
Initialize MailingUI
Download all the necessary starting files for you to start working with MailingUI.
npx @mailingui/cli init-p,--pathdefine base path to your MailingUI components (default:"./src/mailingui")-o,--overwriteoverwrite existing configuration (default: false)-h,--helpdisplay help for command
Add Component(s)
Add all or specific components to your project. See components for the full list.
npx @mailingui/cli add --all-o,--overwriteautomatically overwrite existing components (default: false)-a,--alldownload all available components (default: false)-h, `--help`` display help for command
