|Add a (for now) dev-only {{lein}} alias to timeshift wire format exports (produced by the pdb archive endpoint). Perhaps something like this:
{code:sh} lein timeshift-export --timeshift-to now -o timeshifted.tgz original.tgz| {code} See the {{:install-gems}} alias in {{project.clj}} for an example:
We might be fine with the normal (non-test) deps (not sure), and might want to include the main tree in the source paths, i.e. maybe {{:source-paths ^:replace ["src-shift-export" "src"]}} or something. Could also use https://github.com/clojure/tools.cli for the argument processing. Alhough if the above options are all we need for now, then handling the arguments manually may be sufficient.