1.0.12 • Published 7 years ago

issue-extract v1.0.12

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

Issue-Extract

Extracts Issues from source-code and dynamically adds and deletes them from the remote github-repository.

Be aware, that this is a early alpha and may alter your repository-issues and your code in an unpredicted way!

Installation

  • npm i -g issue-extract
  • Go to your Api-Tokens and generate a token for IssueExtract with simple repository-access (public_repo).
  • Create a config.ie-file in your root-direcotry with the content: token <your_token>
  • If you want to specify a remote other than 'origin', just add remote <name>

Usage

Execute from your git root-directory

$ issue-extract <TargetDirectory> <Params>

Params

  • -r Close issues in repo when they are deleted in the code.
  • -b Break execution on parse-error.

Syntax

Single-Line:

Git-Issue: <Title> >> <Body> << [<labe1>, <label2>]`

Multi-Line:

Git-Issue: {
	<Title>
	>> <Body> << 
	[<label1>, <label2>]
 }

Body and Labels are optional.

If you want to help, visit the Repo

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago