Adds ivona (invoice-checker, timesheet-checker) and timesheet (check-my-timesheet, invoice-prep) as new plugins, plus invoice-prep-test — a one-off experiment that requests the Tempo API token via plugin userConfig at install time instead of a .env file, to check whether that value actually reaches the skill's script. Also adds the root LICENSE (MIT) referenced from the README.
5 lines
163 B
JSON
5 lines
163 B
JSON
{
|
|
"name": "timesheet",
|
|
"version": "1.0.0",
|
|
"description": "Check and log your own Tempo timesheet, and see what to put on your invoice for a given month."
|
|
}
|