2.0.1 • Published 2 years ago

reportgen v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 -g reportgen```

>```yarn add global reportgen```
  1. Firstly, you have to be in the directory of the project and that directory must be connected with github.

  2. 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."

  3. 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.

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago