tensify

0.0.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    59
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    59
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i tensify

Weekly Downloads

61

Version

0.0.4

License

MIT

Unpacked Size

12.9 kB

Total Files

8

Last publish

Collaborators

  • boo1ean