1.2.0 • Published 3 years ago
@nomoi/reporter v1.2.0
Nomoi Reporter
CLI to generate automated reports based on github issues
Pre-requisites
- Install Node.js.
Installation
Install the cli app using npm
npm i -g @nomoi/reporterUsage
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 commandBuild from source
Clone the repository and move to the root folder
git clone https://github.com/nomoixyz/reporter.git && cd reporterOPTIONAL: Change to a desired branch or tag
git checkout betaInstall the dependencies using npm
npm installBuild the project
npm run buildRun locally
node dist/app.js --helpOr link globally
npm link
reporter --help1.3.0-beta.11
3 years ago
1.3.0-beta.12
3 years ago
1.3.0-beta.13
3 years ago
1.3.0-beta.10
3 years ago
1.3.0-beta.9
3 years ago
1.3.0-beta.8
3 years ago
1.3.0-beta.7
3 years ago
1.3.0-beta.6
3 years ago
1.3.0-beta.5
3 years ago
1.3.0-beta.4
3 years ago
1.3.0-beta.3
3 years ago
1.3.0-beta.2
3 years ago
1.3.0-beta.1
3 years ago
1.2.0
3 years ago
1.2.0-beta.1
3 years ago
1.1.0
3 years ago
1.1.0-beta.1
3 years ago
1.0.0-beta.5
3 years ago
1.0.0
3 years ago
1.0.0-beta.4
3 years ago
1.0.0-beta.3
3 years ago
1.0.0-beta.2
3 years ago
1.0.0-beta.1
3 years ago