rahulseh1998/Hashnode Auto Publisher
Publish markdown posts to Hashnode with full CRUD support - create, update, delete posts, drafts, and series
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | Hashnode Personal Access Token (from https://hashnode.com/settings/developer) | yes | — |
| publication-id | Hashnode Publication ID (from your publication dashboard URL) | yes | — |
| publication-host | Your Hashnode publication host (e.g., myblog.hashnode.dev) | no | "" |
| posts-directory | Directory containing markdown posts | no | posts |
Outputs
| name | description |
|---|---|
| published | Number of posts published |
| updated | Number of posts updated |
| deleted | Number of posts deleted |
| failed | Number of posts that failed |
| summary | JSON summary of all operations |