0.9.1 • Published 10 years ago

issue-pack v0.9.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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.

0.9.1

10 years ago

0.9.0

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago