1.0.6 • Published 7 years ago

check-properties-duplicate v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

check-properties-duplicate

Return duplicate data in properties file

Installation

npm install check-properties-duplicate

How to use

Create a json config

Example **myconfig.json

{
    src: "c:\properties",
    dist: "c:\duplicate"
}

then run

check-properties-duplicate -p config.json

Example

**myfile.properties

prop_hello = Hello
prop_hi = Hi
prop_hello = Ola

It will output:

**myfile.json

{
    "prop_hello": "Ola"
}
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago