https://github.com/ranjbar-dev/gomd
golang tool for creating doc for golang projects
https://github.com/ranjbar-dev/gomd
Last synced: 10 months ago
JSON representation
golang tool for creating doc for golang projects
- Host: GitHub
- URL: https://github.com/ranjbar-dev/gomd
- Owner: ranjbar-dev
- License: apache-2.0
- Created: 2024-11-15T07:55:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T11:35:01.000Z (over 1 year ago)
- Last Synced: 2025-01-28T12:41:11.031Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gomd
golang tool for creating doc for golang projects
### Install
`go install github.com/ranjbar-dev/gomd@v0.0.4`
### Usage
`gomd <...>`
#### Usage parse struct
command: `gomd parse-struct `
example: `gomd parse-struct ./types ./docs`
### TODOS
- handle enums document in parse-structures
- new parser for gateway handlers like websocket