Render markdown on the CLI, with pizzazz! 💅🏻
  • Go 99.9%
  • Dockerfile 0.1%
Find a file
Christian Muehlhaeuser b4f76ed085 Add goreleaser config to help automate builds for various platforms
We're currently building the following targets:
- Linux 386/x64/armv6/arm64
- Windows 386/x64
- macOS x64
2019-11-24 02:39:02 +01:00
cmd/gold Add goreleaser config to help automate builds for various platforms 2019-11-24 02:39:02 +01:00
.gitignore Add goreleaser config to help automate builds for various platforms 2019-11-24 02:39:02 +01:00
go.mod Use cobra to handle command line parameters 2019-11-22 18:47:42 +01:00
go.sum Use cobra to handle command line parameters 2019-11-22 18:47:42 +01:00
gold.go Remove redundant else 2019-11-15 12:01:12 -06:00
LICENSE README and LICENSE 2019-11-15 12:27:41 -06:00
README.md Link to main.go 2019-11-15 12:28:33 -06:00

Gold

Render markdown on the CLI, with pizzazz!

What is it?

Gold is a Golang library that allows you to use JSON based stylesheets to render Markdown files in the terminal. Just like CSS, you can define color and style attributes on Markdown elements. The difference is that you use ANSI color and terminal codes instead of CSS properties and hex colors.

Usage

See cmd/gold.

Colors

Currently gold uses the Aurora ANSI colors.