What's New
✨ New Commands
yarn-threads post "text" - Create a new text post
yarn-threads reply <url> "text" - Reply to an existing post
yarn-threads quote <url> "text" - Quote an existing post
Options
--reply-control - Control who can reply: everyone (default), accounts_you_follow, or mentioned_only
--json - Output result as JSON
Example
yarn-threads post "Hello from the terminal!"
yarn-threads reply https://threads.net/@zuck/post/ABC123 "Great post!"
yarn-threads quote ABC123 "This is important"
Other Changes
- Added auto-publish workflow (publishes to npm on every push to main)
- Updated README with new commands