mockoon-date-shift
v0.1.8
Published
cli tool to shift dates in json files for mockoon
Downloads
4
Readme
mockoon-date-shift
A dead simple in-place date shifting tool that updates all of your dates in a JSON file to use the
mockoon dateTimeShift
format.
Usage
npx mockoon-date-shift ./file.json
Before
{
"item": "2000-01-01"
}
After
{
"item": "{{dateTimeShift date=now format='yyyy-MM-dd' years=-24 months=-3 days=-16 hours=0 minutes=0 seconds=0}}"
}