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

https://github.com/rethunk-tech/wiki2go


https://github.com/rethunk-tech/wiki2go

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Wiki2go

## Features

- [x] Create a self-contained Wiki from Markdown files.
- [ ] Support for metadata from YAML front matter.
- [x] Support for GitHub-Flavoured-Markdown.

- [x] Serve the Wiki as a static website.

- [ ] Use as a Github Action.

## Quick Start

```bash
# Clone the repository
git clone https://github.com/Rethunk-Tech/wiki2go.git
cd wiki2go

# Build the binary locally
go install ./cmd/wiki2go

# Run the binary
wiki2go --help
```

## Usage

```bash
# Create a new Wiki-based project.
wiki2go new my-wiki

# Open the Wiki's contents in your default editor.
wiki2go edit

# Serve the Wiki. (Open in your default browser.)
wiki2go serve --open
```

## License

This repository's binaries and source code are provided under the:
[GNU Affero General Public License (AGPL)](LICENSE)