conjuror
Version:
A magical CSV data parsing and outputing wizard or witch
19 lines (18 loc) • 451 B
JSON
{
"name": "invoice",
"description": "A recipe for generating invoices based on hourly logged work with categories and descriptions",
"formats": ["cli", "csv", "html", "pdf"],
"filters": {
"date": ["date"],
"trim": ["string", "number"],
"search": ["string", "number"]
},
"instructions": [{
"process": [{
"increment": "time"
},{
"multiply": ["time", "rate"]
}],
"template": "tallied-data.html"
}]
}