tender-autoresolve
v0.1.1
Published
A wrapper around ENTP's Tender, providing a an auto resolve feature for old tickets.
Readme
Tender Autoresolve
Auto resolves old Tender tickets.
Installation
npm install --save tender-autoresolve
or
- Clone or fork this repo
- Run
npm install .
Execution
Supply your credentials through environment variables. Just copy env.default.sh into an env.sh file, fill out all the credentials there.
Adjust your config settings in lib/config.js.
Run:
source env.sh && ./bin/tender_autoresolveTODO
- [] Write some tests
