stenic / docmerge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocMerge

Crawl your repositories for docs folders and create a central documentation source.

Installation

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

About

License:Other


Languages

Language:Go 88.6%Language:JavaScript 6.7%Language:Dockerfile 4.7%