1.0.20 • Published 5 years ago

resource-bundle-version-merger v1.0.20

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

ResourceBundleVersionMerger

A Resource Bundle Version Merger

What's rbvm ?

  • Merge two versions os a resorce bundle in a new merged file.

  • It will copy all entries of <newFile> to <mergedFile>, and update value of <oldFile> into key of <mergedFile>.

  • The purpose is to merge bundle files where the customer can customize their messages, so when you install a new version of the application you will make available all text keys of your new version with the texts that the customer has customized to he.

How to install

  • npm install resource-bundle-version-merger -g

Examples of usage:

  • rbvm -h

  • rbvm -v

  • rbvm <oldFile> <newFile> <mergedFile>

  • rbvm language.pt-BR.v1.js language.pt-BR.v2.js language.pt-BR.v2.1.js

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago