Skip to content

owais1412/germanium

 
 

Repository files navigation

Germanium

Germanium is an alternative to Carbon and Silicon implemented in Go.

screenshot

Germanium can work without browser and internet like Silicon.

Usage

germanium

USAGE:
    germanium [FLAGS] [FILE]

FLAGS:
    -o <PATH>               Write output image to specific filepath [default: ./output.png]
    --no-line-number        Hide the line number
    --no-window-access-bar  Hide the window access bar

Example

Generate image From file

germanium -o main.png main.go

Generate image without line number

germanium --no-line-number -o main.png main.go

Generate image without window control bar

germanium --no-window-access-bar -o main.png main.go

Install

GitHub releases

You can download from here.

Build from source

git clone https://github.com/matsuyoshi30/germanium
cd germanium && go install

Requirements

  • go1.16

LICENSE

MIT

Author

matsuyoshi30

About

Generate image from source code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.1%
  • Makefile 2.9%