github byvfx/go-notion-md-sync v0.2.0
self install release

latest releases: v0.16.0, v0.13.0, v0.12.0...
11 months ago

Release Notes

v0.2.0 - Installation & Setup Improvements

🚀 Enhanced Installation Experience

We've made it significantly easier to install and get started with notion-md-sync!

New Features

  • 📦 One-Line Installation Scripts: Install on Windows, Linux, and macOS with a single command
  • 🎯 Project Initialization: New notion-md-sync init command for easy project setup
  • 📁 Automatic PATH Management: Installers automatically add the binary to your system PATH
  • 📖 Comprehensive Installation Guide: New INSTALLATION.md with detailed setup instructions

Installation Commands

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/byvfx/go-notion-md-sync/main/scripts/install-windows.ps1 | iex

Linux/macOS:

curl -sSL https://raw.githubusercontent.com/byvfx/go-notion-md-sync/main/scripts/install-unix.sh | bash

Quick Project Setup

# Navigate to your project directory
cd my-notion-project

# Initialize with interactive setup
notion-md-sync init

# Edit .env with your credentials and start syncing!
notion-md-sync push --verbose

What's New

  • Automatic binary download and extraction
  • Cross-platform PATH configuration
  • Interactive credential setup
  • Sample files and directory structure creation
  • Improved error messages and help text

Don't miss a new go-notion-md-sync release

NewReleases is sending notifications on new releases.