IgorKrupenja / blog-publisher

Other
1 stars 0 forks source link

Blog publisher

⚠️ Nothing is ready, including this README.

Looking for a way to publish your developer blog posts to multiple platforms? Look no further! blog-publisher is a simple CLI tool provides an easy way to publish your blog posts on Hashnode, Dev.to and Medium and host images on Supabase.

It is beginner-friendly, faster and more reliable than the alternatives.

⚠️ Warning: This tool is a work in progress, there are a couple of limitations that will be addressed in the nearest future.

Installation

  1. Install Bun v1.0.25. Newer versions of Bun have a bug with running tests.

    # general approach
    curl -sSfL https://bun.sh | sh -s -- -v 1.0.25
    # alternative if using Homebrew
    brew install bun@1.0.25
  2. Run bun install to install the dependencies.

  3. Run cp .env.example .env and fill in the environment variables in the .env file. Namely:

Testing

Performance

Limitations and to do