Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.24 KB

Remove Duplicate Files

Introduction

Remove duplicate files by inputting directory path

Requirements

node-current
npm yarn
Typescript

Quick Start

(1) Transpile .ts to .js

# you can also run `yarn run build`
$ npm run build
$ cd dist

(2) Copy the path of directory where duplicate files exist

(3) Execute command below

$ node main.js [your-directory-path]

Quick Test

$ npm run build
$ cd dist
# There exists 4 duplicate files. 
# After execution this, just one file left.
# The other ones are to be removed.
$ node main.js ./example-images

Architecture

Diagram

Architecture Diagram

Service flow video

Flow_diagram.mov