Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alicewriteswrongs/mark_set_go
- Owner: alicewriteswrongs
- Created: 2016-05-04T11:09:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T18:18:20.000Z (over 8 years ago)
- Last Synced: 2024-10-27T05:42:28.586Z (3 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!