Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iv4n-ga6l/go-readmegenerator
Readme Generator built in Go
https://github.com/iv4n-ga6l/go-readmegenerator
command-line-tool go golang readmegenerator
Last synced: 24 days ago
JSON representation
Readme Generator built in Go
- Host: GitHub
- URL: https://github.com/iv4n-ga6l/go-readmegenerator
- Owner: iv4n-ga6l
- 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-24T08:26:55.615Z (about 1 month 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 .
```