joyqul / auto-create-cspell-json

A simple script to create cspell.json based on current invalid words.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple script to create or update cspell.json based on current invalid words.

Usage

for python3:

npx cspell **/*.py | python create_cspell_json.py

for python2:

npx cspell **/*.py | python create_cspell_json_python2.py

About

A simple script to create cspell.json based on current invalid words.


Languages

Language:Python 100.0%