A wrapper library to IDT Clover apps for easy access to Workfront data
npm install clover-workfront
import {Workfront} from "clover-workfront";
let issue: Workfront.Issue = await Workfront.getIssueByRefNr(ctx, refNr);
git tag 1.0.2
git push origin --tags