Skip to content

SnapCode CLI v0.2.0 - Initial Release

Latest

Choose a tag to compare

@uruya uruya released this 28 Apr 14:09
· 17 commits to develop since this release

SnapCode is a simple CLI tool that converts code snippets into beautiful screenshots automatically.

Features

  • Input a code snippet via command line
  • Generate a dark/light themed screenshot
  • Customize output filename with -o option
  • Lightweight and fast, powered by Go and rod

Usage Example

./snapcode -o output/light.png -theme light 'console.log("Hello, SnapCode!");'