An open API service indexing awesome lists of open source software.

https://github.com/ilib-js/tmxtool

A tool to compare two tmx files and output the difference
https://github.com/ilib-js/tmxtool

Last synced: 10 months ago
JSON representation

A tool to compare two tmx files and output the difference

Awesome Lists containing this project

README

          

> :warning: **Deprecation Notice** :warning:
> This repository has been deprecated. Please use the corresponding package from the [iLib-js monorepo](https://github.com/iLib-js/ilib-mono) instead.

# tmxtool

A command-line tool to diff, merge, or split tmx files.

## License

Copyright © 2023-2024 Box, Inc.

This plugin is license under Apache2. See the [LICENSE](./LICENSE)
file for more details.

## Release Notes

### v1.0.2

- converted all unit tests from nodeunit to jest
- updated dependencies

### v1.0.1

- fixed a bug where the -o outputfile option did not work properly

### v1.0.0

- initial release relying on ilib-tmx for tmx related functionality