Ecosyste.ms: Awesome
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: 3 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T16:12:32.000Z (10 months ago)
- Last Synced: 2024-10-02T07:36:48.764Z (about 1 month ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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