0.6.1 • Published 7 years ago

flitwick v0.6.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

FlitwickJS

A simple node CLI matching program. Takes 2 lists and matches them on a desired field and outputs the combined results.

npm version Build Status

STILL IN ACTIVE DEV & TESTING.
NOT FOR PRODUCTION!

Install

$ npm install -g flitwick

Usage

$ flitwick path/to/list-you-want-to-match path/to/list-to-match-against <Field to match>

Output

The output will be a .csv file called output.csv. This will contain the items from the list you wanted to match with extra fields from the match against list. There will also be one extra column with a boolean value if the item matched or not.

0.6.1

7 years ago

0.6.0

7 years ago

0.5.4

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago