Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

issue-pack

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

issue-pack

Issue pack generator

  • 0.9.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 19 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc