git-csv-timesheet
git-csv-timesheet copied to clipboard
Docs: Describe how to use the repository as a library
The repo can be used as a library, eg:
import timesheet from 'git-csv-timesheet';
const config = ...
const summary = timesheet.analyze(config);