Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangael/go-readmegenerator
Readme Generator built in Go
https://github.com/ivangael/go-readmegenerator
command-line-tool go golang readmegenerator
Last synced: about 2 months ago
JSON representation
Readme Generator built in Go
- Host: GitHub
- URL: https://github.com/ivangael/go-readmegenerator
- Owner: IvanGael
- Created: 2024-04-28T05:40:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T04:02:56.000Z (about 2 months ago)
- Last Synced: 2024-11-03T05:16:31.501Z (about 2 months ago)
- Topics: command-line-tool, go, golang, readmegenerator
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Readme Generator Built in Go
Generate readme.md file based on choosed language
# Install
**Source**
1. Requirement
```
Go 1.21.4
```2. Build binary
```
go build .;
```3. Run the build
```
ReadmeGenerator
```# Usage
```
go run .
```