NodeJS package and CLI for the JTF format.
JTF (JSON transliteration format) is a JSON-based format designed for storing cuneiform textual data and metadata. It builds on ATF, a text-based transliteration format used for cuneiform texts in CDLI and ORACC.
The advantage of JTF is that it provides a deep JSON mapping for cuneiform data, making processing, modification, extension, mapping to other formats, and other common tasks more simple.
Install NodeJS.
Install jtf-lib:
npm install cdli-gh/jtf-lib
With yarn:
yarn add cdli-gh/jtf-lib
Endpoints for Signames and ATF/JTF , Docs
### About By Ilya Khait and other contributors. Published under the [MIT Licence](https://opensource.org/licenses/MIT).