To install project run:
npm install
To run project:
- Write desired verb on the line 112 (list of most common 1000 verbs can be found in verbs-list.txt)
- Run
npm run conjugate
To change console output, comment/uncomment functions on the lines 114 - 119.
To conjugate female form of the verbs, pass parameter true
to functions on the lines 114 - 119 (example: indicatif(verb, true);
)
Example output: