typos-git-commit-0.1.0 is not a library.
Visit the last successful build:
typos-git-commit-0.5.2
Description
typos-git-commit
is a command line tool that processes a typos
generated json file to :
- correct typos in detected files (via sed)
- make a commit at each correction (via a simple git commit command)
It has been written for a one shot project but one may find it to be useful. To
Usage
- Generate a json file with
typos
, for instance:typos doc/ --exclude *.py --exclude *.js --format json >typos.json
- In the directory of the repository use
typos-git-commit
:typos-git-commit --filename typos.json