JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 88
  • Score
    100M100P100Q91473F
  • License MIT

Scaffold a personal website powered by Cloudflare Workers and R2. Fetches GitHub profile to auto-populate content.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@leadertechie/create-personal-site) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    create-personal-site

    A CLI to scaffold a personal website powered by @leadertechie/personal-site-kit.

    Features

    • Interactive CLI prompts for project setup
    • Auto-fetches GitHub profile to personalize content
    • Generates project structure with Cloudflare Workers configuration
    • Creates starter content (home page, about page, metadata)

    Usage

    npx @leadertechie/create-personal-site [project-name]

    Examples:

    # Interactive prompts
    npx @leadertechie/create-personal-site
    
    # Specify project name upfront
    npx @leadertechie/create-personal-site my-portfolio

    Requirements

    • Node.js 20+
    • npm

    What it creates

    • content/ - Your website content (pages, markdown files)
    • api/ - Cloudflare Worker API entry point
    • ui/ - Frontend entry point
    • prerender/ - Static prerendering setup
    • wrangler.toml - Cloudflare Workers configuration