flplima / harvest-automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

harvest-automation

Goal

Generate a CSV spreadsheet connecting your Harvest entries with your GitHub project card estimation

Requirements

Setup

git clone https://github.com/flplima/harvest-automation
cd harvest-automation
cp .env.example .env # don't forget to fill in your .env file!
yarn # install dependencies

Run

node index.js 2023-10-01 2023-10-19 # start and end dates YYYY-MM-DD format

If everything went well, an output.csv file should be created

About


Languages

Language:JavaScript 100.0%