JSPM

  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q118588F
  • License MIT

Interactive NPX installer for Han-Solo Claude Code git workflow automation tools

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 (han-solo-installer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Han-Solo Installer

    Interactive installer for Han-Solo Claude Code tools with a beautiful terminal UI.

    🚀 Quick Start

    Run the installer directly with npx (no installation required):

    npx han-solo-installer

    ✨ Features

    • Beautiful TUI - Modern terminal interface with colors and ASCII art
    • Interactive Selection - Choose components with arrow keys and checkboxes
    • Smart Profiles - Pre-configured profiles for different workflows
    • Flexible Installation - Install globally or per-project
    • Auto-Download - Automatically fetches latest files from GitHub
    • No Dependencies - Runs temporarily via npx

    📦 Installation Options

    Installs to .claude/ in current directory:

    npx han-solo-installer
    # Select "Project" when prompted

    Global Installation

    Installs to ~/.claude/ for all projects:

    npx han-solo-installer
    # Select "Global" when prompted

    🎯 Profiles

    Solo Developer

    Full suite for independent development:

    • Commands (/ship, /launch, /scrub, /health)
    • Agents (git-shipper)
    • Status Lines
    • Utility Scripts

    Team Workflow

    Collaborative development tools:

    • Commands
    • Agents
    • Git Hooks

    Minimal

    Essential commands only:

    • Commands

    Custom

    Choose your own components

    🎨 Components

    • Commands - Core workflow commands (/ship, /launch, /scrub, /health)
    • Agents - Specialized sub-agents for complex tasks
    • Status Lines - Real-time git status indicators
    • Scripts - Utility scripts and helpers
    • Hooks - Git hooks for pre-commit and pre-push

    🔧 Advanced Usage

    Run Specific Version

    npx han-solo-installer@1.0.0

    Use with Node

    const HanSoloInstaller = require('han-solo-installer');
    const installer = new HanSoloInstaller();
    installer.run();

    📚 Documentation

    For more information about Han-Solo:

    📄 License

    MIT