Purpose - This application is designed to create and maintain Character Sheets for the Vampire the Masquerade Table Top Role Playing game.
Please run this as a Spring Boot application locally in an IDE
import foobar
# returns 'words'
foobar.pluralize('word')
# returns 'geese'
foobar.pluralize('goose')
# returns 'phenomenon'
foobar.singularize('phenomena')
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.