Welcome to Anvil

Anvil is a ruby framework that utilizes GUI toolkits to create GUI based applications. The instructions for getting started are below:

Installation

sudo gem install anvil

Note: This will pull down the widget wrapper gem as well.

Getting Started

Go to your projects directory (where ever that might be) and run the following command:

anvil my_app

Replace my_app with the name of the application you are creating. This will generate the files necessary for creating an Anvil application.