shadowdragon
v1.0.0
Published
ShadowDragon is a javascript package where you can do the following:
Readme
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 shadowdragonUsage
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.
