0.0
The project is in a healthy, maintained state
Skriptorium fetches new articles from a single source and publishes them to multiple destinations such as dev.to, hashnode, GitHub Pages, Blogger and local files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 2.0, >= 2.0.1
~> 3.13
~> 3.26

Runtime

 Project Readme

Skriptorium

Personal CLI tool for automatic article publishing across multiple platforms.

AI-Assisted OpenCode Primary

Gem Version License Contributors Last Commit


Features

  • Multi-source ingestion — fetch articles from
    • Dev.to (Markdown)
    • RSS feeds (HTML)
  • Multi-platform publishing — publish to dev.to, hashnode, GitHub Pages, Blogger, and local files
  • Idempotent sync — re-runs do nothing when no new posts are available
  • Environment variable interpolation — keep secrets out of config files with ${VAR} syntax
  • Stable article identifiers — detect already-published articles across all destinations
  • Dry-run mode — preview what would be published without making changes
  • Built-in validation — validate configuration before running sync

Quick Start

# Run in dry-run mode to preview
skriptorium sync --config config.yml --dry-run

Configuration

All settings live in a single YAML file (default: config.yml). See config.yml.example for a complete template.

Key points:

  • Only one source can be configured
  • Multiple destinations are supported
  • Secrets use ${ENV_VAR} interpolation — never hardcode API keys

License

MIT