yeetpost

CLI

Post directly from your terminal with the yeetpost CLI.

Installation

The CLI is included in the yeetpost npm package. Install it globally or use npx:

npm install -g yeetpost

Usage

yeetpost <connection> <text>

# or with npx
npx yeetpost <connection> <text>

Configuration

Set your API key via environment variable:

YEETPOST_API_KEY=your-api-key yeetpost linkedin "Hello, world!"

Or add it to your .env or .env.local file:

YEETPOST_API_KEY=your-api-key

Examples

yeetpost linkedin "Hello, world!"
yeetpost x "Hello, world!"
yeetpost sms "Hello, world!"
yeetpost email "Hello, world!"
yeetpost slack "Hello, world!"

Options

--help, -hShow help message
--version, -vShow version

The CLI is part of the yeetpost npm package.