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

https://github.com/kevinlebrun/documentalist

A little tool to generate and serve documentation.
https://github.com/kevinlebrun/documentalist

documentation generator gitlab go golang server webhook

Last synced: 5 months ago
JSON representation

A little tool to generate and serve documentation.

Awesome Lists containing this project

README

          

# Documentalist

I use this little bot to generate and serve the documentation of my projects.

The bot need a configuration file at the project root named `.documentalist.json` with the following content:

```json
{
"command": ["make", "doc"],
"path": "build/doc",
"notify": true
}
```

## Usage

```
$ go build .
$ ./documentalist -h
```

## License

(The MIT License)