1.0.0 • Published 4 years ago

shadowdragon v1.0.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

ShadowDragon

ShadowDragon is a javascript package where you can do the following:

● Random word (More info in the correct section)

● Email Generator (More info in the correct section)

Installation

Use the package manager npm to install ShadowDragon.

npm install shadowdragon

Usage

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT