Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

A tool to compare two tmx files and output the difference

Awesome Lists containing this project

README

        

# 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