git-csv-timesheet icon indicating copy to clipboard operation
git-csv-timesheet copied to clipboard

Docs: Describe how to use the repository as a library

Open tomfa opened this issue 4 years ago • 0 comments

The repo can be used as a library, eg:

import timesheet from 'git-csv-timesheet';

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

tomfa avatar Aug 02 '20 11:08 tomfa