magnum / prjsync

sync projects between collaborative tools such as basecamp, bitbucket, harvest, slack. etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

setup

.env vars

  • BASECAMP_CLIENT_ID
  • BASECAMP_CLIENT_SECRET
  • BASECAMP_AUTHENTICATION_TOKEN (while testing...)

other tools

  • need to setup MongoDB

urls

integrations

basecamp

https://integrate.37signals.com/apps

harvest

TODO

bitbucket

TODO

docs

utils

converting html > haml

for file in app/views/**/*.erb; do html2haml -e $file ${file%erb}haml && rm $file; done

About

sync projects between collaborative tools such as basecamp, bitbucket, harvest, slack. etc.


Languages

Language:Ruby 73.9%Language:HTML 14.5%Language:JavaScript 9.4%Language:CSS 1.8%Language:Shell 0.4%