gitpostio
v0.1.0
Published
Auto-post git commit summaries to Twitter
Downloads
12
Readme
GitPost CLI
Auto-post git commit summaries to Twitter.
Installation
npm install -g gitpost-cliSetup
- Sign up at gitpost.io
- Connect your Twitter and GitHub accounts
- Enable repos and choose "approve" or "auto-tweet" mode
Usage
Approve Mode
Review and approve tweets before posting:
git add .
git commit -m "your message"
gitpost pushThe tweet will appear in your terminal for approval before posting.
Auto-Tweet Mode
Just use normal git commands:
git pushTweets are posted automatically after each push.
Commands
gitpost push- Push code and approve tweet inlinegitpost approve- Background daemon for real-time tweet approvals
License
MIT
