issue-pack

0.9.1 • Public • Published

Issue-Packs


Build Status Coverage Status

Generate packs of GitHub issues from YAML files

Installation

Requirements:

  • NodeJS >= 1.1

Run npm install -g issue-pack to install globally

Usage

issue-pack

  • username: Github Username
  • password: Github Password
  • repo: Repos take the form user/repo (eg. GovReady/Issue-Packs)
  • path: this can be a single issue pack YAML file or a directory containing issue pack YAML files

Issue Pack Format ( YAML )


name: <pack name> # Required
issues: # Required
  -
    title: <issue title> # Required
    body: <issue body text> # Required
    labels: # Optional
      - <tag 1>
      - <tag 2>
  -
    title: <issue title>
    body: <issue body text>
    labels:
      - <tag 1>
      - <tag 2>
  ...

Development

If you would like to contribute, you will need to be able to compile and run the issue-pack npm module locally

The contribution guidelines are included below, but this blog post is a good starter on the subject.

Contribution Guidelines

The contribution guidelines for this repository can be found in CONTRIBUTING.md.

Readme

Keywords

none

Package Sidebar

Install

npm i issue-pack

Weekly Downloads

2

Version

0.9.1

License

MIT

Last publish

Collaborators

  • govready
  • cmbirk