https://github.com/stenic/docmerge
https://github.com/stenic/docmerge
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stenic/docmerge
- Owner: stenic
- License: other
- Created: 2023-01-19T14:24:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T10:01:44.000Z (over 3 years ago)
- Last Synced: 2023-03-04T01:55:53.253Z (over 3 years ago)
- Language: Go
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DocMerge
[](https://github.com/stenic/docmerge/releases)
[](https://github.com/stenic/docmerge/actions/workflows/ci.yml)
[](https://github.com/stenic/docmerge/blob/main/LICENSE)
[](https://stenic.io)
Crawl your repositories for `docs` folders and create a central documentation source.
## Installation
```shell
# homebrew
brew install stenic/tap/docmerge
# gofish
gofish rig add https://github.com/stenic/fish-food
gofish install github.com/stenic/fish-food/docmerge
# scoop
scoop bucket add docmerge https://github.com/stenic/scoop-bucket.git
scoop install docmerge
# go
go install github.com/stenic/docmerge@latest
# docker
docker pull ghcr.io/stenic/docmerge:latest
# dockerfile
COPY --from=ghcr.io/stenic/docmerge:latest /docmerge /usr/local/bin/
```
> For even more options, check the [releases page](https://github.com/stenic/docmerge/releases).