https://github.com/jcvernaleo/brewing
https://github.com/jcvernaleo/brewing
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcvernaleo/brewing
- Owner: jcvernaleo
- Created: 2020-09-11T20:00:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-17T20:55:52.000Z (5 months ago)
- Last Synced: 2025-10-18T22:39:27.045Z (5 months ago)
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - jcvernaleo/brewing - (⭐️1) (Unknown)
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"
```