Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

find-duplicate-strings

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-duplicate-strings

Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference

  • 1.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by150%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status codecov

find-duplicate-strings

Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference

Getting started

First clone the repository:

npm i -g find-duplicate-strings

Then run the cli:

find-duplicate-strings

You will be asked to enter a path to a existing directory to be scanned for duplicate string values:

? Please provide a directory to scan for duplicate values.
./data

It will output a table containing it's findings:

┌─────────┬────────┐
│ (index) │ counts │
├─────────┼────────┤
│   foo   │   6    │
│   bar   │   6    │
│ unique  │   2    │
└─────────┴────────┘

You will be asked to enter the file extensions that you want to scan:

? Please provide the file extensions you want to scan or leave empty to scan all files
)O js
)O ts
)O json

You will be asked to enter a path to a file that the results can be written to (json):

? Please provide a filepath to store the values.
./output

License

MIT

Keywords

FAQs

Package last updated on 24 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc