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

https://github.com/marvinjwendt/gomark


https://github.com/marvinjwendt/gomark

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

gomark


Gomark generates markdown documentation for Go packages


Latest Release


Downloads


Stars


Forks


Issues


License: MIT



Downloads


----


Installation
|
Documentation
|
Contributing

----

You can use Gomark to generate markdown documentations for your Go packages.

## Installation

Run the following command in a terminal and you're ready to go!

**Windows**
```powershell
iwr instl.sh/MarvinJWendt/gomark/windows | iex
```

**macOS**
```bash
curl -sSL instl.sh/MarvinJWendt/gomark/macos | sudo bash
```

**Linux**
```bash
curl -sSL instl.sh/MarvinJWendt/gomark/linux | sudo bash
```