Skip to content

NX915/tag-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published