Skip to content

dailymuse/bluefin

Repository files navigation

Bluefin

CircleCI

External Dependencies

nodejs docker

A migration tool for PostgreSQL

Get started

brew install direnv

Check that direnv is working

cd hire-db
bluefin rebuild dev
git clone git@github.com:dailymuse/bluefin.git
cd bluefin
bin/bluefin --help

Building locally

Bluefin pulls in a few packages from Gemfury, our private npm registry, in order to install these packages locally you need to have an environment variable on your system called GEMFURY_TOKEN, a token can be generated from your Gemfury account.

Usage

import the library

const bluefin = require('bluefin')