@tcelestino/conjugate-cli
v1.1.2
Published
Command line that find to conjugate a verb
Downloads
1
Readme
Conjugate Command Line
We sometimes forget to conjugate verbs in English or in other languages and that is why I have developed conjugate command line, a useful tools to help us find the correct verb tenses on terminal.
Conjugate command line is a web scraper that uses data from bab.la website. It is, however, an independent project which does not relate to bab.la website.
Installation
npm i -g @tcelestino/conjugate-cli
Usage
conjugate play
The result:
┌────────────┬─────────────┬─────────────────┐
│ Infinitive │ Simple past │ Past participle │
├────────────┼─────────────┼─────────────────┤
│ to play │ played │ played │
└────────────┴─────────────┴─────────────────┘
PS.: you don't need to install the conjugate-cli, you can use npx
instead:
npx @tcelestino/conjugate-cli play
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
To Do
- Create test;
- Add Travis integration.
Features
- Add option to choice the language;
- Create option to show verbs examples;
- Create API module.
Credits
License
The MIT License (MIT)