1.0.3 • Published 4 years ago
@nx915/tag-match v1.0.3
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-matchLaunch program with
tag-match [options] FILEPATH_1 ... FILEPATH_NMethod 2: Clone the repo
Clone repo from here then run
npm installLaunch program with
npm start [options] FILEPATH_1 ... FILEPATH_NProgram 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 |