TypeScript/React library for Pashto inflection, verb conjugation, phrase generation, text conversion, and more
Go to file
Bill D 952bca1f80 added protobuf heplers 2021-03-10 15:37:35 +04:00
.github/workflows fix react-hooks/exhaustive-deps issues 2021-03-09 17:20:55 +04:00
public initial commit 2021-03-09 16:39:13 +04:00
src added protobuf heplers 2021-03-10 15:37:35 +04:00
verbs initial commit 2021-03-09 16:39:13 +04:00
.gitignore initial commit 2021-03-09 16:39:13 +04:00
.npmrc initial commit 2021-03-09 16:39:13 +04:00
LICENSE initial commit 2021-03-09 16:39:13 +04:00
README.md fix react-hooks/exhaustive-deps issues 2021-03-09 17:20:55 +04:00
get-verbs.js initial commit 2021-03-09 16:39:13 +04:00
library-tsconfig.json initial commit 2021-03-09 16:39:13 +04:00
netlify.toml initial commit 2021-03-09 16:39:13 +04:00
package.json added protobuf heplers 2021-03-10 15:37:35 +04:00
rollup.config.js initial commit 2021-03-09 16:39:13 +04:00
tsconfig.json initial commit 2021-03-09 16:39:13 +04:00
yarn.lock added protobuf heplers 2021-03-10 15:37:35 +04:00

README.md

pashto-inflector

Netlify Status 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 start

Building

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