Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwiizo/wiki-toc-generator
GitLab Wiki Table of Contents Generator
https://github.com/nwiizo/wiki-toc-generator
gitlab wiki
Last synced: 2 days ago
JSON representation
GitLab Wiki Table of Contents Generator
- Host: GitHub
- URL: https://github.com/nwiizo/wiki-toc-generator
- Owner: nwiizo
- Created: 2023-04-05T08:09:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T02:15:54.000Z (6 months ago)
- Last Synced: 2024-12-24T00:52:54.939Z (6 days ago)
- Topics: gitlab, wiki
- Language: Go
- Homepage:
- Size: 7.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitLab Wiki Table of Contents Generator
A command-line tool in Go that clones a GitLab Wiki repository and generates a table of contents in Markdown format.
## Installation
Clone the repository and build the tool:
```sh
git clone https://github.com/nwiizo/wiki-toc-generator.git
cd wiki-toc-generator
go build -o wiki-toc-generator main.go
```## Usage
Generate the table of contents using the following command:
```sh
./wiki-toc-generator
```Replace `` with the URL of your GitLab Wiki repository.
### Example
```sh
./wiki-toc-generator https://gitlab.com/yourusername/yourproject.wiki.git
```Once the table of contents is generated, copy it to your Wiki page as needed.