2.2.0 • Published 3 years ago

asana-task v2.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

asana-automation

This repo helps me in automating some of the asana tasks via cli.

Automations

  • Automatically close the asana task via github PR from cli.
  • Automatically read the description from PR and close the asana tasks if asana links are present in the description

Access token

We need two access tokens for this app.

  • Asana Access Token
  • Github Access Token

For getting asana access token, checkout this doc. For getting github access token, checkout this link.

Installation

  • via npm
npm install -g asana-task
  • via yarn
yarn global add asana-task