stackpack

module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: MIT

README ΒΆ

Stackpack 🎁

Transform GitHub repositories into AI-friendly single files - perfect for LLMs like Claude, ChatGPT, and Gemini.

Quick Start

CLI
# Install
go install github.com/axzilla/stackpack/cmd/cli@latest

# Use
stackpack --remote=https://github.com/user/repo
stackpack --include="*.go,*.md"
Web App

Visit stackpack.xyz

Features

  • πŸ“¦ Single-file output optimized for AI consumption
  • πŸ” Include/exclude files via patterns (e.g. *.go, *.md)
  • 🌐 Works with local & remote GitHub repositories
  • πŸŒ™ Dark mode support

CLI Options

stackpack [flags]

--output  output.txt    # Output filename
--remote  URL           # GitHub repository URL
--include "*.go,*.md"   # Files to include
--exclude "*.png,*.jpg" # Files to exclude

Development

git clone https://github.com/axzilla/stackpack
cd stackpack
make dev

Requires Go 1.22+ and Node.js.

License

MIT

Directories ΒΆ

Path Synopsis
cmd
cli command
web command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL