jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

Replace shell calls like `cp -r` with more jvm-y alternatives #22

Closed jacobobryant closed 2 years ago

jacobobryant commented 2 years ago

I have shell calls to rm, cp and chmod in various places due to sheer laziness. I'm not sure if this will actually be a problem, but it wouldn't hurt to replace them with the JVM's filesystem capabilities. Maybe use babashka/fs.

bhlieberman commented 2 years ago

I'd be willing to tackle this and some of the other first issue tags. A regular PR would be okay? Or do you prefer it some other way?

jacobobryant commented 2 years ago

Regular PR would be great--thanks!

jacobobryant commented 2 years ago

Let me know if you run into any issues/have any questions.

jacobobryant commented 2 years ago

Closed by #75