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

https://github.com/jcvernaleo/brewing


https://github.com/jcvernaleo/brewing

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Seasick Brewing

To check spelling:

``` sh
cat Seasick-Brewing.md | ispell -p brewing.en_US -l
```

The file `brewing.en_US` contains words not in the standard dictionary that
we need.

``` sh
docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --disable MD040 -- "*.md"
```