0.0.4 • Published 8 years ago

transcript-node v0.0.4

Weekly downloads
17
License
-
Repository
-
Last release
8 years ago

Transcript

Merge two files on a new one.

Keep the keys from the first, with the values from the second.

Supports JSON and YAML.

How it works:

So, given two files, BASE and TARGET, generates a OUTPUT file with

All keys from the BASE file that does not exists on the TARGET, with the BASE values. All keys that exists on both, with the values of the TARGET. None keys from the TARGET that does not exists on the BASE.

To run:

node transcript.js [format] [base] [target] [output]

Tools

In order to unflatten some smartling json file, run:

node smartling_unflatten_json.js [file] [output]
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago