https://github.com/marvinjwendt/gomark
https://github.com/marvinjwendt/gomark
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marvinjwendt/gomark
- Owner: MarvinJWendt
- License: mit
- Created: 2021-06-01T12:27:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T19:22:57.000Z (over 1 year ago)
- Last Synced: 2025-04-05T11:44:14.556Z (7 months ago)
- Language: Go
- Size: 120 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
gomark
Gomark generates markdown documentation for Go packages
----
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
```