Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oguzhand95/keeping-docs-in-sync-with-code

Keeping documentation in sync with source code
https://github.com/oguzhand95/keeping-docs-in-sync-with-code

Last synced: 24 days ago
JSON representation

Keeping documentation in sync with source code

Awesome Lists containing this project

README

        

# Keeping documentation in sync with source code

This repository is created for the workshop `Keeping documentation in sync with source code` and the
implementation made in the workshop will be based from the `main` branch.

## Requirements

- [Go >=1.17](https://go.dev/)
- make

## Usage

- `make build`: Tidies the go.mod, runs linters and builds the binary into `bin/main`.
- `make docs`: Runs the `docs` tool.