Generate a sqlite db for the inflection schema.
- Manual
- Export xlsx from master workbook
- Commit the above changes
- Automated in CI
python ./scriptsxlsx2csv.py 'declensions & conjugations.xlsx' ./csvs --all
./scripts/Generate-SqliteScripts.ps1
cat ./build/inflections.sql | .\bin\win\sqlite3.exe
Every CI if successful will publish the .sql and .db as package
npm i nodemon -g
nodemon --ext ps1,psm1 --ignore .\cscd --exec 'pwsh.exe -NoProfile -NoLogo -NonInteractive -Command \"& { Invoke-Pester -Path ./scripts }\"'