check-properties-duplicate

1.0.6 • Public • Published

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"
}

/check-properties-duplicate/

    Package Sidebar

    Install

    npm i check-properties-duplicate

    Weekly Downloads

    10

    Version

    1.0.6

    License

    MIT

    Last publish

    Collaborators

    • knnthlu