All Projects â†’ inancgumus â†’ godocc

inancgumus / godocc

Licence: MIT license
go doc with colors

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to godocc

madon
Golang Mastodon API library
Stars: ✭ 66 (-50.75%)
Mutual labels:  godoc
agollo
🚀Go client for ctrip/apollo (https://github.com/apolloconfig/apollo)
Stars: ✭ 563 (+320.15%)
Mutual labels:  godoc
moddoc
A GOPROXY Documentation Generator
Stars: ✭ 33 (-75.37%)
Mutual labels:  godoc
jsonpath
No description or website provided.
Stars: ✭ 117 (-12.69%)
Mutual labels:  godoc
go-notebook
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
Stars: ✭ 33 (-75.37%)
Mutual labels:  godoc
libusb
Go bindings for the C libusb library.
Stars: ✭ 74 (-44.78%)
Mutual labels:  godoc
godoc-generate
Default godoc generator - make your first steps towards better code documentation
Stars: ✭ 21 (-84.33%)
Mutual labels:  godoc

godocc

Like go doc but with colors.

Installation

$ go install github.com/inancgumus/godocc@latest

Usage

Accepts all the arguments and flags go doc works with. Godocc is just a simple wrapper around the go doc tool.

Example:

$ godocc io Writer

godocc sample 1

$ godocc ioutil

godocc sample 2

Styling

godocc comes with many colors! Configure the color of the output by setting the following env variable:

$ GODOCC_STYLE="dracula"

My favorite styles: dracula, monokai, fruity, native, paraiso-dark, pygments, rainbow_dash, rrt, solarized-dark, swapoff, vim.

Other styles: abap, algol, arduino, autumn, borland, bw, colorful, emacs, friendly, github, igor, lovelace, manni, monokailight, murphy, paraiso-light, pastie, perldoc, solarized-light256, solarized-light, tango, trac, vs, xcode.

NOTE: Godocc uses the awesome Chroma package underneath.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].