1.0.3 • Published 3 years ago

@nx915/tag-match v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

tag-match

Node based CLI that reads and match two sets of json records using their tags property.

Setup

Method 1: Via NPM

install using

npm i -g @nx915/tag-match

Launch program with

tag-match [options] FILEPATH_1 ... FILEPATH_N

Method 2: Clone the repo

Clone repo from here then run

npm install

Launch program with

npm start [options] FILEPATH_1 ... FILEPATH_N

Program Options

ParameterExampleDescription
minMatch-1Default to 2 and must be the first parameter. Specifies the minimal number of tags to be considered a match

Datafile Sample

users.json

jobs.json

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago