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

https://github.com/zoni/docker-remark-lint

Docker image for remark-lint
https://github.com/zoni/docker-remark-lint

Last synced: 5 months ago
JSON representation

Docker image for remark-lint

Awesome Lists containing this project

README

          

# docker-remark-lint

Docker image for remark-lint

## Usage

Copy or mount a directory containing markdown files you want to check onto `/project`.
For example:

```sh
docker run --rm -it -v "$(pwd):/project:ro" quay.io/zoni/remark-lint:latest /project --frail
```