All Your Base64

All Your Base64

skullzarmy

Converts files to base64 format with 8 different output options (JSON, TypeScript, CSS, HTML, etc.) and includes automatic MIME type detection. Also decodes base64 back to files.

2220 views1Local (stdio)

What it does

  • Encode files to base64 in 8 output formats
  • Decode base64 strings back to files
  • Generate data URIs with MIME type detection
  • Process files from command line or stdin
  • Cache processed files with checksum validation
  • Extract metadata and file information

Best for

Web developers embedding assets in codeCLI automation and build scriptsData URI generation for CSS/HTMLFile conversion in development workflows
8 output formats including TypeScript and CSSIntelligent caching with file change detectionCross-platform CLI utility

Alternatives