Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 .
```