damus-github-export

Damus issue data exported from github
git clone git://jb55.com/damus-github-export
Log | Files | Refs | README | LICENSE

commit 486d9457d3948f81ca9421336efb18780fd0cacb
parent 649afcfc248f8b9f81c04cb4413bb61969b1e644
Author: Gavin Rehkemper <gavinr@users.noreply.github.com>
Date:   Tue, 21 Apr 2020 07:38:45 -0500

Update README.md
Diffstat:
MREADME.md | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -1,22 +1,23 @@ # GitHub CSV Tools [![Build Status](https://travis-ci.org/gavinr/github-csv-tools.svg?branch=master)](https://travis-ci.org/gavinr/github-csv-tools) -Tools for importing GitHub Issues via CSV. (Exporting to come soon?) - -Currently imports title, description, labels, and milestones. +Import and export GitHub issues via CSV ## Usage -`githubCsvTools --help` for info on how to use the command line tool. -First run this to install: +Prerequisite: [Install Node.js](https://nodejs.org/en/), then run this to install: ``` npm install -g github-csv-tools ``` -Then either export or import: +After install, `githubCsvTools --help` for info on how to use, or see below. + +Instructions for exporting or importing: ### To Import Issues +Currently imports title, description, labels, status (closed or open) and milestones. + ``` githubCsvTools myFile.csv ```