1.0.7 • Published 3 years ago

duplicatecode v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.0

3 years ago