Automatic Install
Initialize MailingUI
Download all the necessary starting files for you to start working with MailingUI.
npx @mailingui/cli init [options]-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 [options] [COMPONENT_NAME]-o,--overwriteautomatically overwrite existing components (default: false)-a,--alldownload all available components (default: false)-h, `--help`` display help for command