Skip to content

shimizukawa/docker-textlint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-textlint

Docker container with textlint.
textlint is Node.js based text linting utility for markdown and plaintext.

forked from https://github.com/miy4/docker-textlint

Rules

This image contains textlint rules as follows:

Installation

To pull:

$ docker pull shimizukawa/textlint

To build:

$ git clone https://github.com/shimizukawa/docker-textlint.git
$ cd docker-textlint
$ docker build -t shimizukawa/textlint .

Usage

$ vi .textlintrc
# Edit textlint configurations

See textlint/docs/configuring.md and textlint/examples/config-file/ for more details.

$ docker run -v ${PWD}:/data -w /data shimizukawa/textlint <TEXTLINT_ARGS>
# or
$ /path/to/run-textlint <TEXTLINT_ARGS>

docker run and run-textlint accept and pass a set of parameters to textlint CLI.

About

Docker container with Alpine Linux, Node.js and textlint.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Dockerfile 63.9%
  • Shell 36.1%