Skip to content

digitalpalitools/inflection-generator

Repository files navigation

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

About

Generate a sqlite db for the inflection schema.

Resources

License

Stars

Watchers

Forks

Packages

No packages published