git-issues-downloader

0.1.4 • Public • Published

Git Issues Downloader

Build Status codecov npm version

Command line application allowing you to download all issues in the CSV format from the public or private repository

Requirements

  • Node.js v12.13.0 (tested on versions 6, 7, 8 and latest)

Installation

npm install -g git-issues-downloader

Usage

git-issues-downloader <repository URL>

Examples

Command prompt will ask for username and password credentials for GitHub

git-issues-downloader https://github.com/remoteorigin/git-issues-downloader

If you do not need to authentication, simply hit enter for username and password.

Example with username and password

git-issues-downloader -u <username> -p <username> https://github.com/remoteorigin/git-issues-downloader

The two-factor authentication is currently not supported.

Development

Project Setup

git clone git@github.com:remoteorigin/git-issues-downloader.git
cd git-issues-downloader
npm install

Run Project

npm start

Tests

All tests are are written in Mocha and stored in the test folder.

npm run test

Linting

Using Standard JavaScript linter & automatic code fixer.

npm run lint

Automatically fix linting issues

npm run lint:fix

Package Sidebar

Install

npm i git-issues-downloader

Weekly Downloads

2

Version

0.1.4

License

MIT

Unpacked Size

36.3 kB

Total Files

8

Last publish

Collaborators

  • pavelbinar