1.2.0 • Published 9 months ago

@nomoi/reporter v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Nomoi Reporter

CLI to generate automated reports based on github issues

Pre-requisites

Installation

Install the cli app using npm

npm i -g @nomoi/reporter

Usage

Usage: reporter generate [options] <repository> <labels...>

Gets all the issues from a repository and creates a markdown report

Arguments:
  repository             the target repository in the form 'user/repo'
  labels                 only parse issues with these labels

Options:
  -m, --metadata <path>  the path to the metadata file (default: "./.audit.json")
  -o, --out-file <path>  the path to the generated markdown report (default: "reports/automated.md")
  -h, --help             display help for command

Build from source

Clone the repository and move to the root folder

git clone https://github.com/nomoixyz/reporter.git && cd reporter

OPTIONAL: Change to a desired branch or tag

git checkout beta

Install the dependencies using npm

npm install

Build the project

npm run build

Run locally

node dist/app.js --help

Or link globally

npm link
reporter --help
1.3.0-beta.11

10 months ago

1.3.0-beta.12

10 months ago

1.3.0-beta.13

9 months ago

1.3.0-beta.10

1 year ago

1.3.0-beta.9

1 year ago

1.3.0-beta.8

1 year ago

1.3.0-beta.7

1 year ago

1.3.0-beta.6

1 year ago

1.3.0-beta.5

1 year ago

1.3.0-beta.4

1 year ago

1.3.0-beta.3

1 year ago

1.3.0-beta.2

1 year ago

1.3.0-beta.1

1 year ago

1.2.0

1 year ago

1.2.0-beta.1

1 year ago

1.1.0

1 year ago

1.1.0-beta.1

1 year ago

1.0.0-beta.5

1 year ago

1.0.0

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago