TypeScript/React library for Pashto inflection, verb conjugation, phrase generation, text conversion, and more
Go to file
adueck 1b52069114 try removing auto-animate - its a module only thing hopefully breaking the functions deploy? 2022-10-06 14:40:43 +05:00
.github/workflows faster publish 2022-10-05 19:07:39 +05:00
nouns-adjs back to cjs as well 2022-10-06 13:17:28 +05:00
public ability to avoid using tails on the roots and stems display 2022-07-27 13:36:12 -05:00
src try removing auto-animate - its a module only thing hopefully breaking the functions deploy? 2022-10-06 14:40:43 +05:00
verbs back to cjs as well 2022-10-06 13:17:28 +05:00
.gitignore wohoo new VPExplorer moved into the grammar engine! 2022-04-08 15:04:16 +05:00
.npmrc bump 2021-03-16 11:58:53 +04:00
LICENSE initial commit 2021-03-09 16:39:13 +04:00
README.md fixed tlul and warkawul irregular verbs 2022-02-16 15:11:03 +04:00
get-words.js back to cjs as well 2022-10-06 13:17:28 +05:00
library-post-build.js back to cjs as well 2022-10-06 13:17:28 +05:00
library-tsconfig.json initial commit 2021-03-09 16:39:13 +04:00
netlify.toml humanReadableInflectionPattern 2022-09-17 18:36:15 +04:00
package.json try removing auto-animate - its a module only thing hopefully breaking the functions deploy? 2022-10-06 14:40:43 +05:00
rollup.config.js back to cjs as well 2022-10-06 13:17:28 +05:00
tsconfig.json insanity with cjs not working trying again 2022-10-06 13:47:36 +05:00
yarn.lock try removing auto-animate - its a module only thing hopefully breaking the functions deploy? 2022-10-06 14:40:43 +05:00

README.md

pashto-inflector

Netlify Status build build

A pashto inflection and verb conjugation engine, as well as functions and components for modifying and displaying Pashto text.

Also includes the Pashto Verb Explorer website.

Development

The Pashto Verb Explorer website can be used to view and play with the verb conjugations and various components.

yarn install
yarn start

Building

⚠ Don't use yarn build. Use one of the commands below: ⚠

Website

To build the Pashto Verb Explorer website:

yarn build-website

This outputs a site at /build

Library

To build the pashto-inflector library ready for publishing to NPM:

yarn build-library