Cortex is very nice, but is not being maintained https://github.com/urbint/cortex/issues
Cortex is the intelligent coding assistant for Elixir.
- Compiles and reloads modified files
- Automatically runs the appropriate tests at the appropriate time
- Accepts pluggable adapters for custom builds
Anyone like a suitable replacement?
I like code reload and test rerun features, much more than standard mix test --stale
etc.