rewrite-clj

https://github.com/clj-commons/rewrite-clj
lread 2021-03-30T13:30:38.103900Z

Awesome @mauricio.szabo! Note that I do not currently test against atom-chlorine because I did not grok how to easily run its unit tests. Feel free to educate me! 🙂

lread 2021-03-30T13:31:51.106Z

Also looking forward to learning about your v1 migration experience, so please do share it when you get to it.

mauricio.szabo 2021-03-30T13:32:21.106300Z

Yeah, it's not really that easy. All the code is currently on repl-tooling, so you clone that repository, run ./scripts/watch, and then after you see that the builds are completed, you run npm start

mauricio.szabo 2021-03-30T13:32:40.106700Z

It's a ClojureScript project, so you'll want to run npm install before everything

mauricio.szabo 2021-03-30T13:33:23.107600Z

(I use Electron with devcards because the problem domain is quite complicated, so I test against node and browser on a single run 😄)

lread 2021-03-30T13:34:18.108200Z

Cool, I’ll give that a try sometime soon!