Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.25 KB

File metadata and controls

28 lines (18 loc) · 1.25 KB

Continuous Integration License: CC BY-NC-SA 4.0

Digital Pāli Tools - Inflection Generator

Generate a sqlite db for the inflection schema.

Instructions

Generate db

  • Manual
  • 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

Run unit tests

  • npm i nodemon -g
  • nodemon --ext ps1,psm1 --ignore .\cscd --exec 'pwsh.exe -NoProfile -NoLogo -NonInteractive -Command \"& { Invoke-Pester -Path ./scripts }\"'

Dependencies