UAlbertaALTLab / crk-db

Managing the Plains Cree dictionary database
https://itwewina.altlab.app/
GNU General Public License v3.0
0 stars 3 forks source link

convert Maskwacîs database #46

Closed dwhieb closed 3 years ago

dwhieb commented 3 years ago

closes #37

Adds functionality and a test suite for converting the Maskwacîs database. The conversion script can be run as a JS module or from the command line:

import convertMD from './lib/convert.MD.js';

convertMD('inputPath', 'outputPath'); // NOTE: convertMD is an async function

The convert-md command line script is added to the PATH after you install the repo (npm install).

convert-md {inputPath} {outputPath}