1.0.7 • Published 4 years ago

duplicatecode v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Duplicate Code finder!

This is a cli tool. Which you can find longest repeated codes blocks in your source code. -c Contains with argument is required for the algorithm to work efficiently.

How to use

  • $ npm i -g duplicatecode

  • $ duplicatecode -f ./src -c function

  • $ duplicatecode -f ./node_modules -c private

    This algorithm is focused on speed, and able to scan even your node_modules folder and find duplicate codes.

1.0.2

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.0

4 years ago