@nx915/tag-match

1.0.3 • Public • Published

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

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

Datafile Sample

users.json

jobs.json

Readme

Keywords

none

Package Sidebar

Install

npm i @nx915/tag-match

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

11.3 kB

Total Files

7

Last publish

Collaborators

  • nx915