Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alicewriteswrongs/mark_set_go

A gem for literate programming in Go
https://github.com/alicewriteswrongs/mark_set_go

Last synced: about 1 month ago
JSON representation

A gem for literate programming in Go

Awesome Lists containing this project

README

        

# Mark, Set, Go!

This is a little command line tool for converting Go source code to
Markdown.

## Installation

Just do:

```
gem install mark_set_go
```

## Usage

Write standard Markdown in block comments (`/* ... */`) and then do this:

```
mark_set_go source.go > source.md
```

Nice!