neil
Installation
SKILL.md
neil CLI — Common Commands
Add project tooling (most frequently used)
# Add tools.build setup (build.clj + :build alias)
neil add build
# Add kaocha test runner (:kaocha alias)
neil add kaocha
# Add nREPL server (:nrepl alias)
neil add nrepl
# Add cognitect test runner (:test alias)
neil add test