Skip to content

diegoliberato/gitlab-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report generator based on mustache templates using GitLab issues data

Goals

This application has the purpose of allowing the generation of customizable reports with information of the issues of a given project.
The proposed initial version gets the GitLab issues data.

How to run

  1. Clone the project from the command line
  $ git clone git@github.com:diegoliberato/gitlab-report.git
  1. Access the cloned directory
  2. Create the .env file at the root of the application, as in the template:
  TOKEN='<your_private_token>'
  URL='<gitlab_api_url>'
  1. Download project dependencies
  yarn
  1. Run the application
  yarn start

About

Report generator based on mustache templates using GitLab issues data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published