Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 362 Bytes

GitHub XLSX

Work in progress

A CLI tool for exporting GitHub issues as XLSX files.

Setup

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