#!/usr/bin/env bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR


./node_modules/coffee-script/bin/coffee -o lib -c src && \
./node_modules/coffee-script/bin/coffee -o . -c options.coffee && \
doctoc README.md && \
# coffeedoc -o doc src && \
git add --all && \
git commit -m "autocommit"
git push -u origin master
echo
