distincter2
About
A tool that can check lists in Markdown files and find duplicates.
How to use
Global installation
$ gem i distincter2
$ distincter2 ./path_to_directory_with_markdown_files
Local installation
$ ./bin/local_distincter2 ./path_to_directory_with_markdown_files
Config
Add distincter2_config.d2c to root of your project and add excluded files line by line. Below you can find examples.
v1
Provides basic list for excluding files by names (without directories).
Add v1:
v1
BOOKS.md
DONE.md
Or without v1:
BOOKS.md
DONE.md
Contributors
- @fartem as Artem Fomchenkov