Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
/ code2svg Public archive

transfer source code to svg, useful to display code

License

Notifications You must be signed in to change notification settings

RoomOfRequirement/code2svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code2svg

thanks to chroma

➜  code2svg git:(master) ✗ go run main.go -h
code2svg tool in golang to generate svg image contains source code
Version: 0.0.1
Usage: code2svg [-hvio] [-h help] [-v version] [-i input source code file path] [-o output svg file path] [-t highlight theme]
Options
  -h    help info
  -i string
        input source code file path
  -o string
        output svg file path (default "code.svg")
  -t string
        highlight theme (default "dracula")
  -v    version info

About

transfer source code to svg, useful to display code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages