A ruby script that parses your Asana projects and updates them with useful reporting information.
Run epicify -h
to see all options.
You need to specify values via ENV
:
export EPICIFY_ASANA_API_KEY='...'
export EPICIFY_STORY_POINTS_1_TAG_ID='...'
export EPICIFY_STORY_POINTS_2_TAG_ID='...'
export EPICIFY_STORY_POINTS_3_TAG_ID='...'