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 yeetpostUsage
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-keyExamples
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 versionThe CLI is part of the yeetpost npm package.