Work in progress
A CLI tool for exporting GitHub issues as XLSX files.
Install dependencies: npm install
Start live build: npm run dev
The build output is dist
folder.
Change into the dist
folder and run with: node main.js org-name/repo-name
For example:
cd dist
node dist/main.js veracity-dev/github-xlsx