tomfa / git-csv-timesheet

Generate CSV timesheet from your git repositories
MIT License
18 stars 3 forks source link

Docs: Describe how to use the repository as a library #19

Open tomfa opened 4 years ago

tomfa commented 4 years ago

The repo can be used as a library, eg:

import timesheet from 'git-csv-timesheet';

const config = ...
const summary = timesheet.analyze(config);