Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 695 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 695 Bytes

Scrapbox CLI

This CLI allows you to controle Scrapbox directly from your terminal.

Setup and Usage

  1. Clone the Repository

    git clone https://github.com/katayama8000/scrapbox-write-cli
    cd scrapbox-write-cli
  2. Install Dependencies

    yarn install
  3. Configure Environment

    • Copy .env.dist to .env and set your Scrapbox Session ID in .env:
      cp .env.dist .env
  4. Run Commands

    • For daily updates:
      yarn daily
    • For weekly updates:
      yarn weekly

Tip: To automate, set up these commands to run on GitHub Actions.