All Projects → boo1ean → tensify

boo1ean / tensify

Licence: other
Get verb in different tense

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

tensify Build Status

Get different tense of verb

Installation

npm install tensify

Usage

var tensify = require('tensify');

// 'did'
tensify('do').past;

// 'done'
tensify('do').past_participle;

// 'did'
tensify('done').past;

// 'made'
tensify('make').past;

// 'committed'
tensify('commit').past;

// 'mimicked'
tensify('mimic').past;

// And so on..

Actually it could fail sometimes... :D

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].