Foundry Industrial Strength JavaScript

Download Foundry

Since Foundry is currently under heavy development, the latest stable code is available at https://github.com/gburghardt/foundry.

The Foundry Starter Project

The easiest way to get up and running with Foundy is by cloning or downloading the Foundry Starter Project:

Related Blog Post: The Foundry Starter Project

Acquiring Foundry via Git:

Foundry is hosted on GitHub:

$ git clone https://github.com/gburghardt/foundry.git

Download Foundry Source Code

Version Description Date Download
Master Latest stable build ... Zip
Development Latest bug fixes and features. Unstable. ... Zip

Installing Foundry Using Bower

Foundry is available as a Bower package as well:

$ bower install foundry

Or, add Foundry to your dependencies in bower.json

{
    "dependencies": {
        "foundry": "~0.1"
    }
}

Check back frequently for updates.