Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 807 Bytes

File metadata and controls

28 lines (18 loc) · 807 Bytes

github-csv-tools

Tools for importing GitHub Issues via CSV. (Exporting to come soon?)

Currently imports title, description, labels, and milestones.

Usage

  1. npm install -g github-csv-tools
  2. githubCsvTools myFile.csv

githubCsvTools --help for info on how to use the command line tool

Development

  1. Clone the repo.
  2. Browse to repo, then run npm install -g

Changelog

See CHANGELOG.md

Thanks