Giter VIP home page Giter VIP logo

mkissue's Introduction

๐ŸŽซ mkissue

npm npm GitHub

Create GitHub issues from importing CSV file.

โ–ถ๏ธ Usage

Create GitHub issues

You need to create personal access token for GitHub (scope:repo) before mkissue runs.

# Install tool
$ npm install -g mkissue

# Create GitHub issues
$ mkissue run issues.csv
Loaded issue data from csv file:

  Title                                                             Labels
  Enable to install from npm registry                               feature request
  Save GitHub token for creating issues to local configuration file feature request
  Add ZenHub support                                                feature request, discussion
  Add CI/CD for using GitHub Actions                                feature request

  What is owner name?: kentaro-m
  What is repository name?: create-issues-test
  What is GitHub host?: https://api.github.com
  What is GitHub token?: ****************
  What is ZenHub host?: https://api.zenhub.io
  What is ZenHub token?: ****************
  Continue? [yes/no]: yes
  Creating issues... done

Create CSV file contain issue data

The header of CSV file contains need to title, body, and labels. Please refer to the template below.

mkissue template (Google Sheets)

title,body,labels,milestone,estimate,epic-url
titleA,bodyA,"good first issue,bug",SPRINT001,2,https://github.com/owner/repo/issue/1
titleB,bodyB,bug,SPRINT001,5,https://github.com/owner/repo/issue/1
titleC,bodyC,enhancement,SPRINT001,13,https://github.com/owner/repo/issue/2

Milestone, estimate and epic-url are optional. If you want to set estimate or epic-url, you must set ZenHub token.

๐ŸŽฎ Commands

mkissue help [COMMAND]

display help for mkissue

USAGE
  $ mkissue help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mkissue run FILE

create issues from csv file

USAGE
  $ mkissue run FILE

ARGUMENTS
  FILE  where to load csv file

OPTIONS
  -h, --help  show CLI help

EXAMPLES
  $ mkissue run issues.csv
  Loaded issue data from csv file:

  Title                                                             Label
  Enable to install from npm registry                               feature request
  Save GitHub token for creating issues to local configuration file feature request
  Add ZenHub support                                                feature request, discussion
  Add CI/CD for using GitHub Actions                                feature request

  What is owner name?: kentaro-m
  What is repository name?: create-issues-test
  What is GitHub host?: https://api.github.com
  What is GitHub token?: ****************
  What is ZenHub host?: https://api.zenhub.io
  What is ZenHub token?: ****************
  Continue? [yes/no]: yes
  Creating issues... done

See code: src/commands/run.ts

๐Ÿ‘ท Development

# install dependencies
$ npm install

# execute the command
$ ./bin/run run issues.csv

๐Ÿ“ LICENSE

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.