@ndabene/bmad-marketing
v1.0.2
Published
BMad Marketing - AI-powered marketing content generation CLI tool
Maintainers
Readme
BMad Marketing
AI-powered marketing content generation CLI tool
BMAD Marketing is a command-line interface tool designed to assist developers and marketers in generating high-quality marketing content using AI.
Features
- CLI-First: Built for developer productivity.
- AI-Powered: Leverages advanced language models for content generation.
- Workflow Automation: Streamlines marketing tasks.
Installation
npm install -g @ndabene/bmad-marketingOr run without global install:
npx @ndabene/bmad-marketing --helpConfiguration
BMad Marketing supports multiple LLM providers. You can configure them using environment variables or a .env file in your project root.
Copy the example environment file:
cp .env.example .envEdit
.envand add your API keys:# OpenAI OPENAI_API_KEY=your_key_here # Anthropic ANTHROPIC_API_KEY=your_key_here
Supported Modes:
- AI Assistant: Automatically detects if running inside Cursor, Antigravity, or Claude Code (No API key required).
- Direct API: Uses OpenAI or Anthropic API keys from environment.
- Interactive: Prompts for configuration if no other method is detected.
Documentation
Brand Voice Linting
The linter runs automatically at the end of content workflows (blog post and campaign brief) and appends a Brand Voice Linting Report with grouped violations and summary stats. You can customize or disable rules in config.yaml.
Usage
bmad-marketing --helpQuick Start
- Initialize workspace in your project:
bmad-marketing install - Generate a blog post:
bmad-marketing blog-post "How AI improves B2B marketing" - Create a campaign brief (interactive):
bmad-marketing campaign-brief - Run competitive analysis:
bmad-marketing competitive-scan https://example.com https://competitor.com
Commands
bmad-marketing install [-f|--force] [-v|--verbose]bmad-marketing blog-post [topic] [-i|--interactive]bmad-marketing campaign-briefbmad-marketing competitive-scan [urls...] [-i|--interactive]
License
MIT
