6be4531114 | ||
---|---|---|
.github/workflows | ||
nouns-adjs | ||
public | ||
src | ||
verbs | ||
.gitignore | ||
.npmrc | ||
LICENSE | ||
README.md | ||
get-words.js | ||
library-post-build.js | ||
library-tsconfig.json | ||
netlify.toml | ||
package.json | ||
rollup.config.js | ||
tsconfig.json | ||
yarn.lock |
README.md
pashto-inflector
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