Skip to content

jayeen28/reportgen-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

I created this cli to generate my daily work report at office. Must follow these four steps for generating your work report.

  1. Installation (npm/yarn):

    npm i reportgen --location=global

    yarn add global reportgen

  2. Firstly, you have to be in the directory of the project and that directory must be connected with github.

  3. Your git commits will be used for generating the report. That's why you have to write your commits like this.

    git commit -m "Task title: Task description."

  4. Run this command to generate your work report in pdf format.

    reportgen --pname="your project name"

If you want to customize the pdf then clone this repo and then go to ./src/writeHtml.js . Then prepare that HTML however you want.

About

I am tired of making work reports daily at office. This cli will do the job for me.

Resources

Stars

Watchers

Forks

Packages

No packages published