Description:

Generator for Credere Plugin

Installation:

rails g credere

This will:
    Create a migration in the application for the "Account",
    "Entry" and "Amount" tables.

Once generated, simply run:
    rake db:migrate