Package hub for dbt.
The hubcap.py
script which generates PRs for new versions of packages is hosted at https://github.com/fishtown-analytics/hubcap and runs hourly on Heroku. To add a new package to the hub index, create a PR which adds the package name to this file.
Clone this repository and install submodules:
git submodule update --init
...then install dependencies with bundler
:
bundle install
If this fails, take a look at this thread.
...and run with middleman:
bundle exec middleman serve --port 4567