Skip to content

johnkenneth99/webflow-utility-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webflow Utility Kit

A TypeScript-powered toolkit designed to synchronize and manage CMS collections across multiple Webflow sites. This utility was built to automate data migration.

🛠 Prerequisites

  • Node.js (v18+ recommended)

📥 Installation

  1. Clone the repository:

    git clone git@github.com:johnkenneth99/webflow-utility-kit.git
    cd webflow-utility-kit
  2. Install dependencies:

    npm install
  3. Build the project:

    # Outputs to `./dist/`
    npm run tsc

⚙️ Configuration

Create a .env file in the root directory (refer to .env.example):

ACCESS_TOKEN = "your_webflow_api_token"

📖 Usage

Dedicated Scripts

You can run specialized sync scripts directly:

# Sync Investors
npm run sync:investors

# Sync Attachments
npm run sync:attachments

# Sync History Events
npm run sync:history-events

About

Internal utility kit for automating Webflow CMS synchronization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors