1.0.1 • Published 7 years ago

uuid-mapper-extract-util v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

uuid-mapper-extract-util

To parse content of form, interview files to create UUID mapping.

This util parses, and formats data form-base.json and interview-base.jsons into UUID mapped data which is consumed by the UUID Mapper VSCode extension plugin.

How To Use

  • Open uuid-mapper-vscode-ext project.
  • Install this package from npm/ yarn. Fx, npm i uuid-mapper-extract-util -D or yarn add uuid-mapper-extract-util
  • require this package. Fx, const extractUtil = require('uuid-mapper-extract-util')
  • Use it accordingly. extractUtil.getMasterJsonContent(filePath1, filePath2).

See uuid-mapper-vscode-ext code for usage details.

Note

  1. This plugin is currently configured to be used with uuid-mapper-vscode-ext only.