0.0
The project is in a healthy, maintained state
A tool that can check lists in Markdown files and find duplicates
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 5.18.0
= 12.3.3
= 1.7.0
= 0.22.0

Runtime

= 0.8.1
 Project Readme

distincter2

GitHubActions codebeat badge Gem Version

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

How to contribute

Documentation

Just run:

$ rdoc

Contribution

Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ bundle exec rake

If you don't see any error messages, submit your pull request.

Contributors