Docker wrapper for btford/write-good.
For linting README.md
in the current directory with --parse
option, you would run
docker run --rm --volume $PWD:/app hochzehn/write-good --parse *.md
Pass parameters as you would to write-good
CLI while mounting your current directory as /app
into the container.