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
- Host: GitHub
- URL: https://github.com/ilib-js/tmxtool
- Owner: iLib-js
- License: apache-2.0
- Created: 2023-03-15T23:04:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T16:46:37.000Z (over 1 year ago)
- Last Synced: 2024-11-12T05:30:45.364Z (over 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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