Node based CLI that reads and match two sets of json records using their tags property.
install using
npm i -g @nx915/tag-match
Launch program with
tag-match [options] FILEPATH_1 ... FILEPATH_N
Clone repo from here then run
npm install
Launch program with
npm start [options] FILEPATH_1 ... FILEPATH_N
Parameter | Example | Description |
---|---|---|
minMatch | -1 |
Default to 2 and must be the first parameter. Specifies the minimal number of tags to be considered a match |